We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9c7891 commit a650ef8Copy full SHA for a650ef8
1 file changed
.github/workflows/pypi_publish.yaml
@@ -114,7 +114,7 @@ jobs:
114
- name: Build wheels with cibuildwheel
115
uses: pypa/cibuildwheel@v2.19.2
116
env:
117
- CIBW_BUILD: "cp310-* cp311-* cp312-*"
+ CIBW_BUILD: "cp312-*"
118
CIBW_BEFORE_BUILD_WINDOWS: >
119
vcpkg install
120
CIBW_ENVIRONMENT: "CMAKE_TOOLCHAIN_FILE='${{ github.workspace }}\\vcpkg\\scripts\\buildsystems\\vcpkg.cmake'"
0 commit comments