Skip to content

Commit

Permalink
github: Fix Python release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
penberg committed Jan 19, 2025
1 parent 0abb917 commit 8767885
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8767885

Please sign in to comment.