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 16, 2024
1 parent bdf5c9e commit 807e2c4
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 @@ -50,6 +50,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 All @@ -73,3 +74,5 @@ jobs:

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

0 comments on commit 807e2c4

Please sign in to comment.