Closed coretl closed 2 weeks ago
It now gives:
ERROR HTTPError: 400 Bad Request from https://upload.pypi.org/legacy/ Could not verify the uploaded artifact using the included attestation: Verification failed: 0 of 2 policies succeeded
Which I think is because of https://github.com/pypa/gh-action-pypi-publish/discussions/255#discussioncomment-10630881
Fix is to add:
with: attestations: false
to the PyPI action until they have made it work in reusable workflows: https://github.com/pypi/warehouse/issues/11096
Fixed by #212
It now gives:
Which I think is because of https://github.com/pypa/gh-action-pypi-publish/discussions/255#discussioncomment-10630881
Fix is to add:
to the PyPI action until they have made it work in reusable workflows: https://github.com/pypi/warehouse/issues/11096