Closed woodruffw closed 1 year ago
Thanks @woodruffw I think one warning (rather than one per artifact) is best for now. I think a second warning for non-PyPI URLs could be useful to indicate we're considering removing support altogether and not just for PyPI uploads (with a link to the issue you opened or some other venue).
Thanks!
I think a second warning for non-PyPI URLs could be useful to indicate we're considering removing support altogether and not just for PyPI uploads (with a link to the issue you opened or some other venue).
Sounds good to me -- I can open a PR for that tomorrow.
This is an initial step towards #1009: if
twine upload
sees that any to-be-uploaded dist has an associated PGP signature and that the index URL looks likepypi.org
(i.e. PyPI or TestPyPI), it emits a warning notifying the user that their PGP signature will be silently ignored.See #1009.