Skip to content

Commit f4cd087

Browse files
committed
[build] Reusing fix in Rakefile to release python
1 parent 28d582c commit f4cd087

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,7 @@ jobs:
4747
cache-key: python-nightly
4848
run: |
4949
./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
50+
./go py:release
5351
secrets: inherit
5452

5553

0 commit comments

Comments
 (0)