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 d1c19c5 commit 1044702Copy full SHA for 1044702
.github/workflows/nightly.yml
@@ -48,6 +48,7 @@ jobs:
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
53
secrets: inherit
54
0 commit comments