Skip to content

Commit

Permalink
ci: lock ci to python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
cbgbt committed Nov 26, 2024
1 parent c9e365a commit df32410
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/raydeon-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist --find-interpreter
args: --release --out dist -i python3.11
sccache: "true"
manylinux: auto
working-directory: pyraydeon
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist --find-interpreter
args: --release --out dist -i python3.11
sccache: "true"
manylinux: musllinux_1_2
working-directory: pyraydeon
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist --find-interpreter
args: --release --out dist -i python3.11
sccache: "true"
working-directory: pyraydeon
- name: Upload wheels
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist --find-interpreter
args: --release --out dist -i python3.11
sccache: "true"
working-directory: pyraydeon
- name: Upload wheels
Expand Down

0 comments on commit df32410

Please sign in to comment.