From 6426c182bc2546d00d18f7422d6dde150e09217c Mon Sep 17 00:00:00 2001 From: RĂ©mi Flamary Date: Thu, 23 Apr 2020 14:19:52 +0200 Subject: add platforms and remove pp --- .github/workflows/build_wheels.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 7c13c33..a1fabc9 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -2,6 +2,9 @@ name: Build dist and wheels on: release: + push: + branches: + - "wheels_multi" jobs: build_wheels: @@ -9,7 +12,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-18.04] + os: [ubuntu-18.04, macosx-latest, windows-latest] # macosx-latest, windows-latest steps: @@ -36,6 +39,7 @@ jobs: - name: Build wheel env: + CIBW_SKIP: "pp*-win*" CIBW_BEFORE_BUILD: "pip install numpy cython" run: | python -m cibuildwheel --output-dir wheelhouse -- cgit v1.2.3