We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f206a7 commit cd032b9Copy full SHA for cd032b9
.github/workflows/upload-to-pypi.yml
@@ -58,7 +58,7 @@ jobs:
58
run: python -m cibuildwheel --output-dir wheelhouse
59
env:
60
# Disable explicitly building PyPI wheels for specific configurations
61
- CIBW_SKIP: pp* cp{38,39,310,311,312,313,314}-manylinux_i686 *-musllinux_* cp{38,39,310,311,312,313,314}-win32
+ CIBW_SKIP: pp* cp{38,39,310,311,312,313,314}-manylinux_i686 *-musllinux_* cp{38,39,310,311,312,313,314,314t}-win32
62
CIBW_PRERELEASE_PYTHONS: False
63
# Manually force a version (and avoid building local wheels)
64
CIBW_ENVIRONMENT: "SETUPTOOLS_SCM_PRETEND_VERSION=${{ github.event.inputs.overrideVersion }}"
0 commit comments