Skip to content

Commit e194954

Browse files
build: try adding -i to solve missing python installation
1 parent 5c12a56 commit e194954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: PyO3/maturin-action@v1
3131
with:
3232
target: ${{ matrix.target }}
33-
args: --release --out dist
33+
args: --release --out dist -i 3.10
3434
sccache: 'true'
3535
manylinux: auto
3636
- name: Upload wheels

0 commit comments

Comments
 (0)