git checkout master && git pullto get latest master.- Change the version in
Cargo.tomlto the next version. git commit -am "Release X.Y.Z."(where X.Y.Z is the new version)git tag -a vX.Y.Z -m "Piranha X.Y.Z"(where X.Y.Z is the new version)git push && git push --tags- The release workflow will automatically be triggered to build wheels and source distributions, automatically upload to PyPI, and then create a GitHub release.
- Visit polyglot-piranha in PyPI and GitHub Release to see if releases are there.