Skip to content

Commit

Permalink
Skip Python 3.12 RC wheel builds
Browse files Browse the repository at this point in the history
* it was enabled in cibuildwheel:  pypa/cibuildwheel#1565
* however, we won't be uploading these, so we don't need to build them
  yet.
  • Loading branch information
mgeplf committed Aug 16, 2023
1 parent f6a2474 commit 25c44a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-sdist-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [pull_request, push]
env:
CIBW_BUILD_VERBOSITY: 3
CIBW_BUILD: 'cp*'
CIBW_SKIP: 'cp35-* cp36-* cp37-* *-musllinux_* *-manylinux_i686'
CIBW_SKIP: 'cp35-* cp36-* cp37-* *-musllinux_* *-manylinux_i686 cp312-*'
CIBW_TEST_COMMAND: ( cd {project}/python/tests; python -m unittest -v )

jobs:
Expand Down

0 comments on commit 25c44a0

Please sign in to comment.