Skip to content

Commit

Permalink
Add attestations support with 'attestations: true'
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert authored Sep 2, 2024
1 parent be92f6e commit 615ad60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
with:
password: ${{ secrets.test_pypi_password }}
repository-url: https://test.pypi.org/legacy/
attestations: true
print-hash: true

- name: Publish distribution 📦 to PyPI
Expand All @@ -79,3 +80,4 @@ jobs:
with:
password: ${{ secrets.pypi_password }}
print-hash: true
attestations: true

0 comments on commit 615ad60

Please sign in to comment.