Skip to content

Commit ec64810

Browse files
committed
https://github.com/PyO3/maturin-action/issues/249
1 parent f09afc9 commit ec64810

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/maturin.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
args: --release --out dist --find-interpreter
4040
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
4141
manylinux: 2_24
42+
before_script: |
43+
python3 -m ensurepip
4244
- name: Upload wheels
4345
uses: actions/upload-artifact@v4
4446
with:

0 commit comments

Comments
 (0)