Skip to content

Commit

Permalink
Publish also CLI wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Jun 29, 2024
1 parent 295a275 commit e408b2b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -393,11 +393,17 @@ jobs:
release-wheels:
runs-on: ubuntu-latest
if: "startsWith(github.ref, 'refs/tags/')"
needs: [wheels-linux, wheels-macos, wheels-sdist, wheels-windows]
needs:
- cli-wheels-linux
- cli-wheels-macos
- wheels-linux
- wheels-macos
- wheels-sdist
- wheels-windows
steps:
- uses: actions/download-artifact@v4
with:
pattern: wheels-*
pattern: "*wheels-*"
merge-multiple: true
- name: Publish to PyPI
uses: PyO3/maturin-action@v1
Expand Down

0 comments on commit e408b2b

Please sign in to comment.