diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 14b8045..24ae5d8 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -20,7 +20,6 @@ jobs: CIBW_BUILD_VERBOSITY: "1" CIBW_BEFORE_ALL_LINUX: "curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain stable -y && yum install -y openssl-devel" CIBW_ENVIRONMENT: 'PATH="$PATH:$HOME/.cargo/bin"' - CIBW_SKIP: "*-win32" - uses: actions/upload-artifact@v2 with: