Releases are published automatically to pypi.org for each new release.
To publish a new release:
- Update the version number in
pyproject.tomlto the release version number. - Create a tag with the format
v*and push to Github. - Draft a new release at that tag.
- Update the version number in
pyproject.tomlto whatever the next working version number will be.
Test releases are published automatically to test.pypi.org for each new tag with the v*-test format.
To publish a new test release:
- Create a tag with the format
v*-testand push to GitHub.