Skip to content

Commit

Permalink
ci: try the modern one?
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Jan 2, 2025
1 parent 420cb59 commit 05dad4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist --find-interpreter --uv
args: --release --out dist --find-interpreter
sccache: "true"
manylinux: "2_24"
manylinux: "2_28"
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 05dad4e

Please sign in to comment.