commit 3a5f477734a2223babb6965a3604aff94da02a0a from: Jelmer Vernooij via: GitHub date: Mon Apr 01 14:55:44 2024 UTC Merge pull request #1273 from jelmer/wheels-no-nightly wheels: Don't build with nightly commit - db8aa7688e91cc166a213954154815d249f68a4b commit + 3a5f477734a2223babb6965a3604aff94da02a0a blob - afcf5542ec18fe568baf58c18307905567b3d48f blob + a32d7f87cf1b2229beb0836a6d4d8dacd859cee0 --- .github/workflows/python-distributions.yml +++ .github/workflows/python-distributions.yml @@ -43,8 +43,7 @@ jobs: CIBW_ARCHS_WINDOWS: AMD64 x86 CIBW_BEFORE_BUILD: > pip install -U setuptools-rust && - curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain=nightly --profile=minimal -y && - rustup default nightly && + curl https://sh.rustup.rs -sSf | sh -s -- --profile=minimal -y && rustup target add all && rustup show - name: Upload wheels