Skip to content

Commit

Permalink
Merge pull request #70 from matmair/add-attestation
Browse files Browse the repository at this point in the history
add attestation
  • Loading branch information
matmair authored Sep 4, 2024
2 parents 5fee17b + 82d4d46 commit e211793
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ jobs:
run: |
python3 -m build
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
uses: pypa/gh-action-pypi-publish@release/v1
with:
attestations: true

0 comments on commit e211793

Please sign in to comment.