Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:
name: Wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]

Expand All @@ -91,7 +92,7 @@ jobs:
with:
submodules: true

- uses: pypa/cibuildwheel@v2.0.0a4
- run: pipx run --spec cibuildwheel==2.0.0b1 cibuildwheel
env:
CIBW_BUILD: cp38-win_amd64 cp310-manylinux_i686 cp37-macosx_x86_64
CIBW_BUILD_VERBOSITY: 1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
with:
platforms: all

- uses: pypa/cibuildwheel@v2.0.0a4
- run: pipx run --spec cibuildwheel==2.0.0b1 cibuildwheel
env:
CIBW_BUILD: cp${{ matrix.python }}-*
CIBW_ARCHS: ${{ matrix.arch }}
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
with:
submodules: true

- uses: pypa/cibuildwheel@v2.0.0a4
- run: pipx run --spec cibuildwheel==2.0.0b1 cibuildwheel
env:
CIBW_BUILD: ${{ matrix.build }}
CIBW_MANYLINUX_I686_IMAGE: ${{ matrix.CIBW_MANYLINUX_I686_IMAGE }}
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ ignore = [


[tool.cibuildwheel]
build-frontend = "build"
test-extras = "test"
test-command = "pytest {project}/tests"
test-skip = ["pp*macos*", "pp*win*", "*universal2:arm64"]
Expand Down