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
In the Orion project we have introduced a confirmation step before pushing the new release to PyPI in the manual workflow to prevent releases from being made accidentally if PyPI credentials are configured in the user's .pypirc.
$ make release
... merge to stable, bumpversion and dist happens here ...
WARNING: This will irreversibly upload a new version to PyPI!
Please type 'confirm' to proceed: confirm <- confirm is typed by the user
... The new version files are uploaded to PyPI, also asking for username and password if .pypirc is not configured ...
May we add this to the cookiecutter template?
The text was updated successfully, but these errors were encountered:
In the Orion project we have introduced a confirmation step before pushing the new release to PyPI in the manual workflow to prevent releases from being made accidentally if PyPI credentials are configured in the user's
.pypirc
.https://github.com/signals-dev/Orion/blob/584d7dc5dc247cfb615768b0cd473b9f664c1e3b/Makefile#L152
Now the release prompt looks like this:
May we add this to the cookiecutter template?
The text was updated successfully, but these errors were encountered: