Skip to content

Commit

Permalink
Add 'attestations: true'
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert authored Sep 2, 2024
1 parent e644418 commit c32cd55
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 @@ -100,9 +100,11 @@ jobs:
with:
repository-url: https://test.pypi.org/legacy/
print-hash: true
attestations: true

- name: Publish distribution 📦 to PyPI
if: github.event_name == 'release' && github.event.action == 'published' && github.repository == 'recast-hep/recast-atlas'
uses: pypa/[email protected]
with:
print-hash: true
attestations: true

0 comments on commit c32cd55

Please sign in to comment.