Skip to content

Commit d1c19c5

Browse files
committed
[py] Using build and twine
1 parent b20f29f commit d1c19c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ jobs:
4747
cache-key: python-nightly
4848
run: |
4949
./go "py:version[nightly]"
50-
./go py:release
50+
./go py:build
51+
twine upload --repository testpypi bazel-bin/py/selenium-4*.whl bazel-bin/py/selenium-4*.tar.gz
5152
secrets: inherit
5253

5354

0 commit comments

Comments
 (0)