-
Notifications
You must be signed in to change notification settings - Fork 120
New release checklist
Artur Bekasov edited this page Nov 29, 2020
·
1 revision
- Bump up the version number in
nflows/version.py
anddownload_url
field insetup.py
. - Create a new GitHub release at https://github.com/bayesiains/nflows/releases, for a new tag named
vX.XX
. - Run
python setup.py sdist
. - Run
twine upload dist/*
, using PyPI credentials when asked. - Test that worked:
pip install nflows --upgrade
. - Check Zenodo release has been created: https://zenodo.org/deposit. Edit if necessary.
- Update Zenodo links in the README.md.
More details: https://medium.com/@joel.barmettler/how-to-upload-your-python-package-to-pypi-65edc5fe9c56