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 1a38c8c commit cf7cc2a
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 @@ -142,9 +142,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 == 'scikit-hep/pylhe'
uses: pypa/gh-action-pypi-publish@v1.10.0
with:
print-hash: true
attestations: true

0 comments on commit cf7cc2a

Please sign in to comment.