Skip to content

Commit

Permalink
Fixing wheel builds (#165)
Browse files Browse the repository at this point in the history
* update cibuildwheel

* windows build

* skip pypy wheel build

* don't build wheels on PR
  • Loading branch information
dfm committed Oct 7, 2021
1 parent f4b8e8b commit 2891096
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,11 @@ jobs:
with:
submodules: true
fetch-depth: 0
- uses: ilammy/msvc-dev-cmd@v1.7.0
- uses: joerick/cibuildwheel@v2.1.2
- uses: pypa/cibuildwheel@v2.1.3
env:
CIBW_BUILD: "cp3?-*"
CIBW_SKIP: "cp35-* cp36-win* *-win32 *-manylinux_i686"
CIBW_SKIP: "pp* *-win32 *-manylinux_i686"
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
CIBW_ARCHS_MACOS: x86_64 universal2
DISTUTILS_USE_SDK: 1
MSSdk: 1
- uses: actions/upload-artifact@v2
with:
path: ./wheelhouse/*.whl
Expand Down

0 comments on commit 2891096

Please sign in to comment.