Skip to content

Commit

Permalink
Generate digital attestations for PyPI (PEP 740)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Oct 15, 2024
1 parent ba72118 commit fa57084
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
- name: Upload package to Test PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
attestations: true
repository-url: https://test.pypi.org/legacy/

# Upload to real PyPI on GitHub Releases.
Expand Down Expand Up @@ -88,3 +89,5 @@ jobs:

- name: Upload package to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
attestations: true

0 comments on commit fa57084

Please sign in to comment.