Skip to content

Commit

Permalink
ci: skipping wheel building for Linux 32-bit (#227)
Browse files Browse the repository at this point in the history
* ci: skipping wheel building for 32-bit

* ci: skipping python310
  • Loading branch information
deepcharles authored Jan 19, 2022
1 parent 2aea6b4 commit 7c864e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
env:
# Disable explicitly python 3.10 and building PyPy wheels
CIBW_SKIP: cp310-* pp*
# Disable explicitly building PyPI wheels for specific configurations
CIBW_SKIP: cp310-* pp* cp{38,39,310}-manylinux_i686 *-musllinux_* cp310-win32
CIBW_PRERELEASE_PYTHONS: False
# Manually force a version (and avoid building local wheels)
CIBW_ENVIRONMENT: "SETUPTOOLS_SCM_PRETEND_VERSION=${{ github.event.inputs.overrideVersion }}"
Expand Down

0 comments on commit 7c864e0

Please sign in to comment.