auth0 / auth0-python

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

ci(publish): move release creation before any poetry steps #607

Closed ewanharris closed 4 months ago

ewanharris commented 4 months ago

Changes

Poetry build seems to create versioned content, so we need the tag made before even that step

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