We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4adeacc commit 03301c3Copy full SHA for 03301c3
1 file changed
.github/workflows/release.yml
@@ -43,7 +43,7 @@ jobs:
43
with:
44
output-dir: dist
45
env:
46
- CIBW_BUILD: cp38-* cp39-*
+ CIBW_BUILD: cp38-* cp39-* cp310-*
47
CIBW_ARCHS_LINUX: x86_64
48
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_24
49
CIBW_BEFORE_BUILD: pip install -r {project}/requirements/dist.txt && {project}/.github/workflows/bash.sh
0 commit comments