There was an error while loading. Please reload this page.
1 parent 06f3927 commit ccce5f1Copy full SHA for ccce5f1
1 file changed
tools/python/README.md
@@ -137,6 +137,14 @@ Release Procedure
137
- Push the tag to Github with:
138
`git push <github-remote> vX.Y.Z`
139
- Push the lite package to PyPI with:
140
- `cd python && rm -rf build && ./setup.py lite sdist bdist_wheel upload`
+ ```
141
+ cd python && rm -rf build dist && ./setup.py lite sdist bdist_wheel
142
+ twine check dist/*
143
+ twine upload dist/*
144
145
- Push the package to PyPI with:
- `cd python && rm -rf build && ./setup.py sdist bdist_wheel upload`
146
147
+ cd python && rm -rf build dist && ./setup.py sdist bdist_wheel
148
149
150
0 commit comments