Skip to content

Commit fed5415

Browse files
committed
Remove attestations
1 parent e8ab137 commit fed5415

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/_publish_package.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,7 @@ jobs:
1515
with:
1616
name: artifact
1717
path: ./dist/
18-
- name: Generate artifact attestation for sdist and wheel
19-
uses: actions/attest-build-provenance@v1
20-
with:
21-
subject-path: "dist/*"
2218
- uses: pypa/gh-action-pypi-publish@release/v1
2319
with:
2420
verbose: true
25-
attestations: true
21+
attestations: false

0 commit comments

Comments
 (0)