Skip to content

Commit 4727127

Browse files
committed
fix: another ci fix attempt
1 parent 324b14e commit 4727127

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/pypi.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,5 +174,11 @@ jobs:
174174
attestations: write
175175
steps:
176176
- uses: actions/download-artifact@v4
177-
- uses: pypa/gh-action-pypi-publish@release/v1
178-
if: startsWith(github.ref, 'refs/tags/')
177+
- name: Generate artifact attestation
178+
uses: actions/attest-build-provenance@v1
179+
with:
180+
subject-path: "wheels-*/*"
181+
- uses: PyO3/maturin-action@v1
182+
with:
183+
command: upload
184+
args: --non-interactive --skip-existing wheels-*/*

0 commit comments

Comments
 (0)