Skip to content

Commit

Permalink
~
Browse files Browse the repository at this point in the history
  • Loading branch information
songololo committed Nov 28, 2024
1 parent 35f5269 commit 8ef0249
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/publish_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,16 +170,12 @@ jobs:
attestations: write
steps:
- uses: actions/download-artifact@v4
with:
pattern: wheels-*
merge-multiple: true
path: dist
- name: List
run: ls
- name: Generate artifact attestation
uses: actions/attest-build-provenance@v1
with:
subject-path: "dist"
subject-path: "wheels-*/*"
- name: Publish to PyPI
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit 8ef0249

Please sign in to comment.