Skip to content

Commit 26785f2

Browse files
committed
fix: yolo release workflow change
1 parent 96aab98 commit 26785f2

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/workflows/pypi.yaml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -171,13 +171,10 @@ jobs:
171171
attestations: write
172172
steps:
173173
- uses: actions/download-artifact@v4
174-
- name: Generate artifact attestation
175-
uses: actions/attest-build-provenance@v1
176174
with:
177-
subject-path: "wheels-*/*"
178-
- name: Publish to PyPI
179-
if: startsWith(github.ref, 'refs/tags/')
180-
uses: PyO3/maturin-action@v1
175+
path: dist
176+
- uses: actions/attest-build-provenance@v1
181177
with:
182-
command: upload
183-
args: --non-interactive --skip-existing wheels-*/*
178+
subject-path: "dist/wheels-*/*"
179+
- uses: pypa/gh-action-pypi-publish@release/v1
180+
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)