Skip to content

Commit 051f2f6

Browse files
committed
Wheels again 2
1 parent 4ffda20 commit 051f2f6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release-wheels.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ jobs:
5151
python -m cibuildwheel --output-dir dist
5252
env:
5353
CIBW_BEFORE_ALL: |
54-
curl -sSf https://sh.rustup.rs | sh -s -- --default-toolchain stable -y
55-
rustup target add i686-pc-windows-msvc
54+
curl -sSf https://sh.rustup.rs | sh -s -- -y
5655
CIBW_ENVIRONMENT: 'PATH="$PATH:$HOME/.cargo/bin"'
5756

5857
- uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)