Skip to content

Commit

Permalink
add attestation
Browse files Browse the repository at this point in the history
  • Loading branch information
matmair authored Sep 4, 2024
1 parent 5fee17b commit 82d4d46
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 82d4d46

Please sign in to comment.