auth0 / auth0-python

Auth0 SDK for Python
https://auth0-python.readthedocs.io
MIT License
499 stars 161 forks source link

ci(publish): only run on manual workflow, remove tag check #608

Closed ewanharris closed 4 months ago

ewanharris commented 4 months ago

Changes

Given that we create the release/tag via the API, the local git repo doesn't get updated so the poetry dynamic versioning still can't find the tag.

To make things simpler for now, I propose we make this repo a manual release trigger and change the new release flow to:

References

Please include relevant links supporting this change such as a:

Testing

Please describe how this can be tested by reviewers. Be specific about anything not tested and reasons why. If this library has unit and/or integration testing, tests should be added for new functionality and existing tests should complete without errors.

Checklist