Skip to content

Commit cd032b9

Browse files
authored
skipping py314t for win32
1 parent 3f206a7 commit cd032b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: python -m cibuildwheel --output-dir wheelhouse
5959
env:
6060
# 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
61+
CIBW_SKIP: pp* cp{38,39,310,311,312,313,314}-manylinux_i686 *-musllinux_* cp{38,39,310,311,312,313,314,314t}-win32
6262
CIBW_PRERELEASE_PYTHONS: False
6363
# Manually force a version (and avoid building local wheels)
6464
CIBW_ENVIRONMENT: "SETUPTOOLS_SCM_PRETEND_VERSION=${{ github.event.inputs.overrideVersion }}"

0 commit comments

Comments
 (0)