Skip to content

Commit

Permalink
revert cibuildwheel changes
Browse files Browse the repository at this point in the history
  • Loading branch information
luizirber committed Mar 25, 2021
1 parent e7d048c commit fc2d75d
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/build_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,22 +60,11 @@ jobs:
with:
platforms: all

- name: Install stable toolchain
if: runner.os != 'Linux'
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true

- name: Build wheels
env:
CIBW_BUILD: "cp39-*"
CIBW_SKIP: "*-win32 *-manylinux_i686"
CIBW_BEFORE_BUILD_LINUX: |
source .ci/install_cargo.sh
#yum install centos-release-scl-rh -y
#yum install devtoolset-7-toolchain -y
CIBW_BEFORE_BUILD: 'source .ci/install_cargo.sh'
CIBW_ENVIRONMENT: 'PATH="$HOME/.cargo/bin:$PATH"'
CIBW_ENVIRONMENT_MACOS: ${{ matrix.macos_target }}
CIBW_ARCHS_LINUX: ${{ matrix.arch }}
Expand Down

0 comments on commit fc2d75d

Please sign in to comment.