Skip to content

Commit

Permalink
Adjusting arch value for windows platforms.
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoernrennfanz committed Nov 8, 2023
1 parent da29b29 commit 8138b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build-verbosity = "0"
test-requires = "pytest numpy"

[tool.cibuildwheel.windows]
archs = "amd64"
archs = "AMD64"
build = "*-win_*"
before-all = 'echo "Building: %CIBW_BUILD%"'
test-command = [
Expand Down

0 comments on commit 8138b4d

Please sign in to comment.