Skip to content

Commit 03301c3

Browse files
committed
github: future-proof wheel builds for py310
1 parent 4adeacc commit 03301c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
output-dir: dist
4545
env:
46-
CIBW_BUILD: cp38-* cp39-*
46+
CIBW_BUILD: cp38-* cp39-* cp310-*
4747
CIBW_ARCHS_LINUX: x86_64
4848
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_24
4949
CIBW_BEFORE_BUILD: pip install -r {project}/requirements/dist.txt && {project}/.github/workflows/bash.sh

0 commit comments

Comments
 (0)