Skip to content

Commit

Permalink
Enable attestations
Browse files Browse the repository at this point in the history
  • Loading branch information
movermeyer committed Sep 10, 2024
1 parent a5cd5f6 commit 21ed2cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ jobs:
uses: pypa/[email protected]
with:
repository-url: https://test.pypi.org/legacy/
attestations: true

pre_publish_sanity_check:
needs: [publish_to_test_pypi]
Expand Down Expand Up @@ -326,3 +327,5 @@ jobs:

- name: Publish package to PyPI
uses: pypa/[email protected]
with:
attestations: true

0 comments on commit 21ed2cc

Please sign in to comment.