diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 6282b58..0bcbbde 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -64,7 +64,7 @@ jobs: Invoke-VSDevEnvironment Get-Command rc.exe | Format-Table -AutoSize - - name: Build wheels + - name: Build wheels via cibuildwheel uses: pypa/cibuildwheel@v2.15.0 env: CIBW_BUILD: ${{ matrix.python[0] }}-${{ matrix.buildplat[1] }}* diff --git a/pyproject.toml b/pyproject.toml index fc99b54..26a1ace 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ setup = ['--default-library=static'] test-requires = ["pytest", "pytest-cov", "pytest-benchmark"] # coverage-badge test-command = ["coverage run --source={package} -m pytest {package}/tests", "coverage report -m"] build-verbosity = 2 -skip = "cp36-* cp37-* *_ppc64le *_i686 *_s390x *-musllinux*" # todo: revisit musllinux +skip = "cp36-* pp* cp37-* *_ppc64le *_i686 *_s390x *-musllinux*" # todo: revisit musllinux [tool.cibuildwheel.macos] before-build = "bash {project}/tools/cibw_macos.sh"