github: Fix Python release workflow

This commit is contained in:
Pekka Enberg
2025-01-19 13:42:00 +02:00
parent 0abb917604
commit 876788588b

View File

@@ -211,7 +211,16 @@ jobs:
steps:
- uses: actions/download-artifact@v3
with:
name: wheels
name: linux-wheels
- uses: actions/download-artifact@v3
with:
name: macos-x86-wheels
- uses: actions/download-artifact@v3
with:
name: macos-arm64-wheels
- uses: actions/download-artifact@v3
with:
name: sdist-wheels
- name: Publish to PyPI
uses: PyO3/maturin-action@v1
env: