We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f4db59 commit fc6441cCopy full SHA for fc6441c
.github/workflows/publish.yml
@@ -84,7 +84,7 @@ jobs:
84
MYPYC_MULTI_FILE: "1"
85
86
# Configure cibuildwheel
87
- CIBW_BUILD: "cp${{ matrix.python-version }}-*"
+ CIBW_BUILD: "cp${{ matrix.python-version | replace('.', '') }}-*"
88
CIBW_BUILD_VERBOSITY: 1
89
90
# Platform configuration - comprehensive coverage
.github/workflows/test-build.yml
@@ -95,7 +95,7 @@ jobs:
95
96
97
98
99
100
101
# Platform configuration - limited for testing
0 commit comments