We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8616a27 commit 7fda660Copy full SHA for 7fda660
.github/workflows/nightly.yml
@@ -63,7 +63,7 @@ jobs:
63
with:
64
name: Nightly Python Release
65
cache-key: python-nightly
66
- run: ./go py:release[--stamp,nightly]
+ run: ./go py:release[nightly]
67
secrets: inherit
68
on-python-failure:
69
name: On Python Failure
py/BUILD.bazel
@@ -38,10 +38,10 @@ py_binary(
38
],
39
args = [
40
"upload",
41
- "$(location :selenium-wheel)",
42
- "$(location :selenium-sdist)",
43
"--repository",
44
"testpypi",
+ "$(location :selenium-wheel)",
+ "$(location :selenium-sdist)",
45
46
data = [
47
":selenium-sdist",
0 commit comments