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 96aab98 commit 26785f2Copy full SHA for 26785f2
.github/workflows/pypi.yaml
@@ -171,13 +171,10 @@ jobs:
171
attestations: write
172
steps:
173
- uses: actions/download-artifact@v4
174
- - name: Generate artifact attestation
175
- uses: actions/attest-build-provenance@v1
176
with:
177
- subject-path: "wheels-*/*"
178
- - name: Publish to PyPI
179
- if: startsWith(github.ref, 'refs/tags/')
180
- uses: PyO3/maturin-action@v1
+ path: dist
+ - uses: actions/attest-build-provenance@v1
181
182
- command: upload
183
- args: --non-interactive --skip-existing wheels-*/*
+ subject-path: "dist/wheels-*/*"
+ - uses: pypa/gh-action-pypi-publish@release/v1
+ if: startsWith(github.ref, 'refs/tags/')
0 commit comments