Skip to content

Commit 96fb636

Browse files
committed
ciL lock ci to python 3.11
1 parent c9e365a commit 96fb636

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/raydeon-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
uses: PyO3/maturin-action@v1
6161
with:
6262
target: ${{ matrix.platform.target }}
63-
args: --release --out dist --find-interpreter
63+
args: --release --out dist -i python3.11
6464
sccache: "true"
6565
manylinux: auto
6666
working-directory: pyraydeon
@@ -93,7 +93,7 @@ jobs:
9393
uses: PyO3/maturin-action@v1
9494
with:
9595
target: ${{ matrix.platform.target }}
96-
args: --release --out dist --find-interpreter
96+
args: --release --out dist -i python3.11
9797
sccache: "true"
9898
manylinux: musllinux_1_2
9999
working-directory: pyraydeon
@@ -123,7 +123,7 @@ jobs:
123123
uses: PyO3/maturin-action@v1
124124
with:
125125
target: ${{ matrix.platform.target }}
126-
args: --release --out dist --find-interpreter
126+
args: --release --out dist -i python3.11
127127
sccache: "true"
128128
working-directory: pyraydeon
129129
- name: Upload wheels
@@ -151,7 +151,7 @@ jobs:
151151
uses: PyO3/maturin-action@v1
152152
with:
153153
target: ${{ matrix.platform.target }}
154-
args: --release --out dist --find-interpreter
154+
args: --release --out dist -i python3.11
155155
sccache: "true"
156156
working-directory: pyraydeon
157157
- name: Upload wheels

0 commit comments

Comments
 (0)