Skip to content

Commit 7fda660

Browse files
committed
[build] do not stamp nightly python release
1 parent 8616a27 commit 7fda660

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
with:
6464
name: Nightly Python Release
6565
cache-key: python-nightly
66-
run: ./go py:release[--stamp,nightly]
66+
run: ./go py:release[nightly]
6767
secrets: inherit
6868
on-python-failure:
6969
name: On Python Failure

py/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ py_binary(
3838
],
3939
args = [
4040
"upload",
41-
"$(location :selenium-wheel)",
42-
"$(location :selenium-sdist)",
4341
"--repository",
4442
"testpypi",
43+
"$(location :selenium-wheel)",
44+
"$(location :selenium-sdist)",
4545
],
4646
data = [
4747
":selenium-sdist",

0 commit comments

Comments
 (0)