We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18e8e8a commit 09d8f2dCopy full SHA for 09d8f2d
.github/workflows/release.yml
@@ -35,5 +35,7 @@ jobs:
35
- name: attest
36
uses: actions/attest@v1
37
with:
38
- subject-path: ./dist/*.tar.gz ./dist/*.whl
+ subject-path: |
39
+ ./dist/*.tar.gz
40
+ ./dist/*.whl
41
predicate-type: 'https://docs.pypi.org/attestations/publish/v1'
0 commit comments