Skip to content

Commit

Permalink
Missing asterisk
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Nov 28, 2023
1 parent af799e3 commit 476e8d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Build wheels
uses: pypa/cibuildwheel@v2.12.1
env:
CIBW_BUILD: 'cp38-* cp39-* cp310-* cp311-* cp312-'
CIBW_BUILD: 'cp38-* cp39-* cp310-* cp311-* cp312-*'
CIBW_SKIP: '*-musllinux_*'
CIBW_ARCHS_LINUX: 'x86_64'
CIBW_ARCHS_WINDOWS: 'AMD64'
Expand Down

0 comments on commit 476e8d1

Please sign in to comment.