Skip to content

Commit

Permalink
fix: another ci fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Nov 22, 2024
1 parent 324b14e commit 4727127
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,5 +174,11 @@ jobs:
attestations: write
steps:
- uses: actions/download-artifact@v4
- uses: pypa/gh-action-pypi-publish@release/v1
if: startsWith(github.ref, 'refs/tags/')
- name: Generate artifact attestation
uses: actions/attest-build-provenance@v1
with:
subject-path: "wheels-*/*"
- uses: PyO3/maturin-action@v1
with:
command: upload
args: --non-interactive --skip-existing wheels-*/*

0 comments on commit 4727127

Please sign in to comment.