diff --git a/README.md b/README.md index 91a9d7fb9431d..3fc23486a0f4d 100644 --- a/README.md +++ b/README.md @@ -195,8 +195,8 @@ pip install bazel-bin/py/selenium-*.whl To publish run: ```sh -bazel build //py:selenium-wheel -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 ```