Skip to content

Commit

Permalink
CI: allow building of win32 wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
a68366 committed Apr 16, 2022
1 parent 81de158 commit 81c020a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 81c020a

Please sign in to comment.