Skip to content

Commit

Permalink
Generate digital attestations for PyPI (PEP 740) (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Oct 17, 2024
2 parents a9967df + ca2035e commit 5a0c9b4
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 5a0c9b4

Please sign in to comment.