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 28d582c commit f4cd087Copy full SHA for f4cd087
1 file changed
.github/workflows/nightly.yml
@@ -47,9 +47,7 @@ jobs:
47
cache-key: python-nightly
48
run: |
49
./go "py:version[nightly]"
50
- ./go py:build
51
- pip install twine
52
- twine upload --repository testpypi bazel-bin/py/selenium-4*.whl bazel-bin/py/selenium-4*.tar.gz
+ ./go py:release
53
secrets: inherit
54
55
0 commit comments