Skip to content

Commit

Permalink
fix: Add wheel-* wildcard (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwiewior authored Jan 12, 2025
1 parent ebf1f95 commit 67e5d52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
- name: Upload sdist
uses: actions/upload-artifact@v4
with:
name: wheels-linux-${{ matrix.target }}
name: wheels-sdist
path: dist

release:
Expand All @@ -176,5 +176,5 @@ jobs:
uses: PyO3/maturin-action@v1
with:
command: upload
args: --non-interactive --skip-existing polars_bio*
args: --non-interactive --skip-existing wheels-*/*

0 comments on commit 67e5d52

Please sign in to comment.