Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.
Juan Luis Cano Rodríguez edited this page Dec 14, 2021 · 3 revisions

How to release

Tag:

$ git tag -a v0.1.3 -m "Version 0.1.3"
$ git push --tags

Upload to test PyPI:

$ python -m build
$ twine upload dist/* --repository-url https://test.pypi.org/legacy/

Check and upload to production PyPI:

$ twine upload dist/*
Clone this wiki locally