Skip to content

Commit 0d8a606

Browse files
committed
publish to sigstore transparency log only on final prod step
1 parent e5e42b2 commit 0d8a606

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,12 @@ jobs:
8181
packages-dir: dist
8282
skip-existing: true
8383
verbose: true
84+
attestations: false
8485

8586
- name: Publish wheels (PyPI)
8687
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
8788
uses: pypa/gh-action-pypi-publish@release/v1
8889
with:
8990
packages-dir: dist
9091
verbose: true
92+
attestations: true

0 commit comments

Comments
 (0)