Internal instructions for build and upload.
-
Update version.txt
-
Install setuptools
pip install setuptools
- Remove the current package
rm dist/*
- Build the package
python setup.py bdist_wheel
- Install twine
pip install twine
- Upload to PyPI
twine upload dist/*