Skip to content

Commit

Permalink
https://github.com/PyO3/maturin-action/issues/249
Browse files Browse the repository at this point in the history
  • Loading branch information
adRn-s committed Feb 6, 2025
1 parent f09afc9 commit ec64810
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/maturin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
args: --release --out dist --find-interpreter
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
manylinux: 2_24
before_script: |
python3 -m ensurepip
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit ec64810

Please sign in to comment.