Skip to content

Commit 39f101c

Browse files
Remove attestations for attestation files by specifying extensions (#1476)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent fb866dd commit 39f101c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,9 @@ jobs:
181181
uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # 3.0.0
182182
id: attest
183183
with:
184-
subject-path: ./dist/*
184+
subject-path: |
185+
./dist/*.whl
186+
./dist/*.tar.gz
185187
186188
- name: Wait for release to be available
187189
id: wait

0 commit comments

Comments
 (0)