There was an error while loading. Please reload this page.
1 parent fd89096 commit 2710713Copy full SHA for 2710713
1 file changed
tools/python/README.md
@@ -139,6 +139,6 @@ Release Procedure
139
- Push the tag to Github with:
140
`git push <github-remote> release-<version>`
141
- Push the package to PyPI with:
142
- `cd python && setup.py sdist bdist_wheel upload`
+ `cd python && ./setup.py sdist bdist_wheel upload`
143
- Push the lite package to PyPI with:
144
- `cd python && setup.py lite sdist bdist_wheel upload`
+ `cd python && ./setup.py lite sdist bdist_wheel upload`
0 commit comments