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 324b14e commit 4727127Copy full SHA for 4727127
.github/workflows/pypi.yaml
@@ -174,5 +174,11 @@ jobs:
174
attestations: write
175
steps:
176
- uses: actions/download-artifact@v4
177
- - uses: pypa/gh-action-pypi-publish@release/v1
178
- if: startsWith(github.ref, 'refs/tags/')
+ - name: Generate artifact attestation
+ uses: actions/attest-build-provenance@v1
179
+ with:
180
+ subject-path: "wheels-*/*"
181
+ - uses: PyO3/maturin-action@v1
182
183
+ command: upload
184
+ args: --non-interactive --skip-existing wheels-*/*
0 commit comments