mirror of
https://github.com/drewcassidy/quicktex.git
synced 2024-09-13 06:37:34 +00:00
why
This commit is contained in:
parent
23ed54c7a2
commit
b440543de3
@ -66,7 +66,7 @@ archs = ["x86_64", "universal2"] # build fat binaries, or x86-64 for python 3.7
|
||||
skip = ["cp{38,39,31*}-macosx_x86_64"] # skip x86-only builds where fat binaries are supported
|
||||
|
||||
[tool.cibuildwheel.windows]
|
||||
archs = ["x86_64"] # arm64 windows builds not yet supported
|
||||
archs = ["auto64"] # arm64 windows builds not yet supported
|
||||
test-command = "cd /d {project} && python -m unittest --verbose" # windows why is this flag required
|
||||
|
||||
[tool.cibuildwheel.linux]
|
||||
|
Loading…
Reference in New Issue
Block a user