Skip to content

Commit 2710713

Browse files
committed
docs: ensure use of local setup.py
1 parent fd89096 commit 2710713

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/python/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,6 @@ Release Procedure
139139
- Push the tag to Github with:
140140
`git push <github-remote> release-<version>`
141141
- Push the package to PyPI with:
142-
`cd python && setup.py sdist bdist_wheel upload`
142+
`cd python && ./setup.py sdist bdist_wheel upload`
143143
- Push the lite package to PyPI with:
144-
`cd python && setup.py lite sdist bdist_wheel upload`
144+
`cd python && ./setup.py lite sdist bdist_wheel upload`

0 commit comments

Comments
 (0)