Skip to content

Commit

Permalink
maturin
Browse files Browse the repository at this point in the history
  • Loading branch information
LegrandNico committed Nov 26, 2024
1 parent be1ee4d commit 5591dbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
python-version: 3.12
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand All @@ -98,7 +98,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
python-version: 3.12
architecture: ${{ matrix.platform.target }}
- name: Build wheels
uses: PyO3/maturin-action@v1
Expand All @@ -125,7 +125,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
python-version: 3.12
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit 5591dbc

Please sign in to comment.