Skip to content

Commit

Permalink
[build] Reusing fix in Rakefile to release python
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Feb 19, 2024
1 parent 28d582c commit f4cd087
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ jobs:
cache-key: python-nightly
run: |
./go "py:version[nightly]"
./go py:build
pip install twine
twine upload --repository testpypi bazel-bin/py/selenium-4*.whl bazel-bin/py/selenium-4*.tar.gz
./go py:release
secrets: inherit


Expand Down

0 comments on commit f4cd087

Please sign in to comment.