- Change the version string in zenodo-upload.py
- Commit changes.
- Create a new tag for the release
git tag -a v0.0.8.post3 -m "0.0.8.post3 testing tags"
- Push the changes and the tag to GitHub
- Will automatically build and transfer to Test PyPI
Taken care of by GitHub to publish to Test PyPI. Use this if you want to build locally.
based on https://packaging.python.org/tutorials/packaging-projects
rm -r build/ dist/
python3 setup.py sdist bdist_wheel
twine upload --repository-url https://test.pypi.org/legacy/ dist/*