Skip to content

Commit

Permalink
release: fix attest, maybe
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <[email protected]>
  • Loading branch information
woodruffw committed Jun 10, 2024
1 parent 18e8e8a commit 09d8f2d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,7 @@ jobs:
- name: attest
uses: actions/attest@v1
with:
subject-path: ./dist/*.tar.gz ./dist/*.whl
subject-path: |
./dist/*.tar.gz
./dist/*.whl
predicate-type: 'https://docs.pypi.org/attestations/publish/v1'

0 comments on commit 09d8f2d

Please sign in to comment.