Skip to content

Commit

Permalink
ci: skipping python310
Browse files Browse the repository at this point in the history
  • Loading branch information
deepcharles committed Jan 19, 2022
1 parent fad3fa4 commit 7666619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: python -m cibuildwheel --output-dir wheelhouse
env:
# Disable explicitly building PyPI wheels for specific configurations
CIBW_SKIP: pp* cp{38,39,310}-manylinux_i686 *-musllinux_* cp310-win32
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 7666619

Please sign in to comment.