Skip to content

Commit

Permalink
Workaround pip bug in manylinux
Browse files Browse the repository at this point in the history
  • Loading branch information
FireMasterK committed Jun 4, 2024
1 parent 8a3e30f commit 6fbedec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .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 }}
before-script-linux: 'python3 -m pip --version || python3 -m ensurepip'
manylinux: '2_28'
args: --release --out dist --find-interpreter
sccache: 'true'
Expand Down

0 comments on commit 6fbedec

Please sign in to comment.