Skip to content

Commit ffed982

Browse files
committed
[build] Installing twine to push to TestPyPi
1 parent 739f5ec commit ffed982

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
run: |
4949
./go "py:version[nightly]"
5050
./go py:build
51+
pip install twine
5152
twine upload --repository testpypi bazel-bin/py/selenium-4*.whl bazel-bin/py/selenium-4*.tar.gz
5253
secrets: inherit
5354

0 commit comments

Comments
 (0)