make clean
# Bump the version
make version
make pack
# publish to test.pypi.org
make publish-test
# publish to pypi.org
# make publish
sudo pip install \
--no-deps \
--no-cache \
--upgrade \
--index-url https://test.pypi.org/simple/ \
pinject
- @huan Keep
version.py
clean by settingVERSION = 0.0.0
- @huan Only update
version.py
before publish to PyPI