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
It would be nice to just automatically increment the micro version number and release a new PyPI version every time we merge a green PR and then the main branch CI passes.
It would be nice to just automatically increment the micro version number and release a new PyPI version every time we merge a green PR and then the main branch CI passes.
modal-client seems to have a good set up for this: https://github.com/modal-labs/modal-client/blob/main/.github/workflows/ci-cd.yml
I've used setuptools-scm for this some in the past.
The text was updated successfully, but these errors were encountered: