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
To simplify the release workflow we could create a GitHub action that automatically bumps the version and releases the package to PyPI. An example script could look like this:
Note: With branch protection enabled we would need to find a way to enable the action committing directly to main. I think there's the option to exclude GitHub actions from branch protection rules or we could use a PAT.
The text was updated successfully, but these errors were encountered:
To simplify the release workflow we could create a GitHub action that automatically bumps the version and releases the package to PyPI. An example script could look like this:
Note: With branch protection enabled we would need to find a way to enable the action committing directly to
main
. I think there's the option to exclude GitHub actions from branch protection rules or we could use a PAT.The text was updated successfully, but these errors were encountered: