Make PyPi stop whining about attestations

This commit is contained in:
Salad Dais
2025-04-18 04:26:42 +00:00
parent 8548cce4e5
commit f8f3bcfc36

View File

@@ -36,6 +36,7 @@ jobs:
user: __token__
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
attestations: false
- name: Publish to PyPI
if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
@@ -43,3 +44,4 @@ jobs:
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
attestations: false