Skip to content

Commit 3187a9d

Browse files
committed
Pin maturin for linux not windows
1 parent b412722 commit 3187a9d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
- name: Build wheels
4040
uses: PyO3/maturin-action@v1
4141
with:
42+
maturin-version: 1.8.2
4243
working-directory: python
4344
target: ${{ matrix.platform.target }}
4445
args: --release --out dist --find-interpreter
@@ -71,6 +72,7 @@ jobs:
7172
- name: Build wheels
7273
uses: PyO3/maturin-action@v1
7374
with:
75+
maturin-version: 1.8.2
7476
working-directory: python
7577
target: ${{ matrix.platform.target }}
7678
args: --release --out dist --find-interpreter
@@ -100,7 +102,6 @@ jobs:
100102
- name: Build wheels
101103
uses: PyO3/maturin-action@v1
102104
with:
103-
maturin-version: 1.8.2
104105
working-directory: python
105106
target: ${{ matrix.platform.target }}
106107
args: --release --out dist --find-interpreter

0 commit comments

Comments
 (0)