Skip to content

Commit 6e465df

Browse files
authored
build wheels with stable rust (#227)
* build wheels with stable rust * [skip ci] revert if comment
1 parent ae3b707 commit 6e465df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@ jobs:
308308
with:
309309
command: sdist
310310
args: --out dist
311+
rust-toolchain: stable
311312

312313
- name: build wheels
313314
uses: messense/maturin-action@v1
@@ -316,6 +317,7 @@ jobs:
316317
manylinux: ${{ matrix.manylinux || 'auto' }}
317318
container: ${{ matrix.container }}
318319
args: --release --out dist --interpreter ${{ matrix.interpreter || '3.7 3.8 3.9 3.10 pypy3.7 pypy3.8 pypy3.9' }}
320+
rust-toolchain: stable
319321

320322
- run: ${{ matrix.ls || 'ls -lh' }} dist/
321323

0 commit comments

Comments
 (0)