Skip to content

Commit

Permalink
🔧 modify regex to support free-threaded variant
Browse files Browse the repository at this point in the history
  • Loading branch information
burgholzer committed Aug 5, 2024
1 parent db97ced commit 1045f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-python-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:
uses: pypa/cibuildwheel@v2.20
env:
CIBW_ARCHS_LINUX: ${{ matrix.arch }}
CIBW_BUILD: ${{ matrix.python }}-*
CIBW_BUILD: ${{ matrix.python }}*
CIBW_TEST_SKIP: "cp*"
# upload the wheels as an artifact
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 1045f71

Please sign in to comment.