Skip to content

Commit

Permalink
Update manylinux version for linux build workflow
Browse files Browse the repository at this point in the history
I previously incorrectly changed the macos workflow
  • Loading branch information
FireMasterK committed Jun 4, 2024
1 parent b08ebf4 commit 8a3e30f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.target }}
manylinux: '2_28'
args: --release --out dist --find-interpreter
sccache: 'true'
- name: Upload wheels
Expand Down Expand Up @@ -80,7 +81,6 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.target }}
manylinux: '2_28'
args: --release --out dist --find-interpreter
sccache: 'true'
- name: Upload wheels
Expand Down

0 comments on commit 8a3e30f

Please sign in to comment.