pypa / twine

Utilities for interacting with PyPI
https://twine.readthedocs.io/
Apache License 2.0
1.59k stars 305 forks source link

upload: turn attestation error into a warning #1101

Closed woodruffw closed 4 months ago

woodruffw commented 4 months ago

This tweaks #1099 by turning the error into a warning.

Rationale: @facutuesca pointed out that a hard error here made it much harder to test development deployments of PyPI, i.e. deployed on localhost or a private domain/IP address.