We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f16f2d6 commit 928eae2Copy full SHA for 928eae2
1 file changed
.github/workflows/CI.yml
@@ -209,7 +209,6 @@ jobs:
209
permissions:
210
id-token: write
211
contents: write
212
- attestations: write
213
214
steps:
215
- uses: actions/download-artifact@v8.0.1
@@ -218,18 +217,8 @@ jobs:
218
217
merge-multiple: true
219
path: dist
220
221
- - name: Generate artifact attestation
222
- uses: actions/attest-build-provenance@v4.1.0
223
- with:
224
- subject-path: dist/*
225
-
226
- name: Publish to PyPI
227
if: startsWith(github.ref, 'refs/tags/')
228
- uses: PyO3/maturin-action@v1.51.0
229
- env:
230
- MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
231
+ uses: pypa/gh-action-pypi-publish@release/v1
232
with:
233
- command: upload
234
- args: --non-interactive --skip-existing dist/*
235
- rust-toolchain: nightly
+ packages-dir: dist
0 commit comments