We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 948c147 commit a78705fCopy full SHA for a78705f
.github/workflows/release-wheels.yml
@@ -167,7 +167,10 @@ jobs:
167
CIBW_MANYLINUX_I686_IMAGE: ${{ matrix.manylinux_image }}
168
CIBW_BUILD_VERBOSITY: 1
169
CIBW_BEFORE_ALL: |
170
- curl -sSf https://sh.rustup.rs | sh -s -- --default-toolchain stable -y && rustup target add i686-pc-windows-msvc && rustup target add aarch64-apple-darwin
+ curl -sSf https://sh.rustup.rs | sh -s -- --default-toolchain stable -y && \
171
+ rustup target add i686-pc-windows-msvc && \
172
+ rustup target add aarch64-apple-darwin && \
173
+ rustup target add x86_64-apple-darwin
174
CIBW_ENVIRONMENT: 'PATH="$PATH:$HOME/.cargo/bin"'
175
run: |
176
python --version
0 commit comments