Skip to content

Commit

Permalink
Add 'attestations: true' support
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert authored Sep 9, 2024
1 parent 1a0b3c4 commit ee72592
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 @@ -79,10 +79,12 @@ jobs:
password: ${{ secrets.test_pypi_api_token }}
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 == 'yadage/yadage-schemas'
uses: pypa/[email protected]
with:
password: ${{ secrets.pypi_api_token }}
print-hash: true
attestations: true

0 comments on commit ee72592

Please sign in to comment.