Skip to content

Commit

Permalink
cibuildwheel: enable pre release python 3.11
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Zamarin <[email protected]>
  • Loading branch information
arthurzam committed Aug 8, 2022
1 parent ba155b3 commit d782e27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
CIBW_BUILD: cp38-* cp39-* cp310-* cp311-* pp39-*
CIBW_ARCHS_LINUX: x86_64
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_24
CIBW_PRERELEASE_PYTHONS: True
CIBW_BEFORE_BUILD: pip install -r {project}/requirements/dist.txt
CIBW_BEFORE_TEST: pip install -r {project}/requirements/test.txt
CIBW_ENVIRONMENT: PY_COLORS=1
Expand Down

0 comments on commit d782e27

Please sign in to comment.