Skip to content

Commit

Permalink
Remove attestations
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorgelmh committed Nov 5, 2024
1 parent e8ab137 commit fed5415
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/_publish_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,7 @@ jobs:
with:
name: artifact
path: ./dist/
- name: Generate artifact attestation for sdist and wheel
uses: actions/attest-build-provenance@v1
with:
subject-path: "dist/*"
- uses: pypa/gh-action-pypi-publish@release/v1
with:
verbose: true
attestations: true
attestations: false

0 comments on commit fed5415

Please sign in to comment.