mirror of
https://github.com/drewcassidy/quicktex.git
synced 2024-09-13 06:37:34 +00:00
Fix brace expansion
This commit is contained in:
parent
cb8b251baf
commit
7a11901aa6
2
.github/workflows/python-package.yml
vendored
2
.github/workflows/python-package.yml
vendored
@ -75,7 +75,7 @@ jobs:
|
||||
uses: joerick/cibuildwheel@v1.11.0
|
||||
env:
|
||||
MACOSX_DEPLOYMENT_TARGET: "10.15"
|
||||
CIBW_BUILD: "{ cp,pp }{ 37,38,39 }-*"
|
||||
CIBW_BUILD: "{cp,pp}{37,38,39}-*"
|
||||
CIBW_SKIP: "*-win32 *-manylinux_i686"
|
||||
CIBW_MANYLINUX_X86_64_IMAGE: "manylinux2014"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user