Skip to content

Commit 1045f71

Browse files
committed
🔧 modify regex to support free-threaded variant
1 parent db97ced commit 1045f71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-python-packaging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
uses: pypa/[email protected]
181181
env:
182182
CIBW_ARCHS_LINUX: ${{ matrix.arch }}
183-
CIBW_BUILD: ${{ matrix.python }}-*
183+
CIBW_BUILD: ${{ matrix.python }}*
184184
CIBW_TEST_SKIP: "cp*"
185185
# upload the wheels as an artifact
186186
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)