Skip to content

Commit

Permalink
ci: fix capitalization for AMD64
Browse files Browse the repository at this point in the history
  • Loading branch information
janden committed Jul 15, 2024
1 parent 3f6debf commit 562d53c
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 @@ -49,7 +49,7 @@ before-all = "yum install -y fftw3-devel"
archs = "arm64"

[tool.cibuildwheel.windows]
archs = "amd64"
archs = "AMD64"
before-build = "pip install delvewheel"
# CIBW doesn't do vendoring of DLLs on Windows by default, so we have to
# install delvewheel and run it.
Expand Down

0 comments on commit 562d53c

Please sign in to comment.