You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you want to publish the package to PyPi, and re-compile binary executables available as GitHub "assets" (linked from the README), make sure to bump the version, then add a new GitHub release named v{version}, e.g., v1.0.1.
If something goes wrong with GitHub actions and you want to try again with the same version number, delete both the GitHub release AND the tag that it created (click on "Tags" at the top of the releases page). If you don't delete the tag, it will look at the files in the commit when the tag was created, not the latest commit.