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 ee136e1 commit 29e1cf6Copy full SHA for 29e1cf6
1 file changed
README.md
@@ -195,8 +195,8 @@ pip install bazel-bin/py/selenium-*.whl
195
To publish run:
196
197
```sh
198
-bazel build //py:selenium-wheel
199
-twine upload bazel-bin/py/selenium-*.whl
+bazel build //py:selenium-wheel //py:selenium-sdist
+twine upload bazel-bin/py/selenium-*.whl bazel-bin/py/selenium-*.tar.gz
200
```
201
</details>
202
0 commit comments