Skip to content

Commit fc6441c

Browse files
committed
fix: correct version
1 parent 1f4db59 commit fc6441c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
MYPYC_MULTI_FILE: "1"
8585

8686
# Configure cibuildwheel
87-
CIBW_BUILD: "cp${{ matrix.python-version }}-*"
87+
CIBW_BUILD: "cp${{ matrix.python-version | replace('.', '') }}-*"
8888
CIBW_BUILD_VERBOSITY: 1
8989

9090
# Platform configuration - comprehensive coverage

.github/workflows/test-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
MYPYC_MULTI_FILE: "1"
9696

9797
# Configure cibuildwheel
98-
CIBW_BUILD: "cp${{ matrix.python-version }}-*"
98+
CIBW_BUILD: "cp${{ matrix.python-version | replace('.', '') }}-*"
9999
CIBW_BUILD_VERBOSITY: 1
100100

101101
# Platform configuration - limited for testing

0 commit comments

Comments
 (0)