Skip to content

Commit ed61cee

Browse files
fix bug in cibuildtool section of pyproject.toml
1 parent df20440 commit ed61cee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ before-all = [
6363
build-frontend = "build"
6464
build-verbosity = 1
6565

66-
[[tool.cibuildwheel.macos.overrides]]
66+
[[tool.cibuildwheel.overrides]]
6767
select = "*-macosx_arm64"
6868
environment = 'ARCHFLAGS="-arch $(arch)"'

0 commit comments

Comments
 (0)