To publish a new release to PyPI:
git tag -a vX.Y.Z -m vX.Y.Zandgit push --tagsor use the GitHub UI.- The publish.yml workflow will trigger when a new version tag is pushed.
The package version will be set automatically from the tag.
To publish a new release to PyPI:
git tag -a vX.Y.Z -m vX.Y.Z and git push --tags or use the GitHub UI.The package version will be set automatically from the tag.