Skip to content

Commit

Permalink
Fix pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-quintero committed Oct 17, 2024
1 parent 3354d73 commit fd11ba7
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 6 deletions.
Binary file removed nextroute/bin/nextroute-darwin-amd64
Binary file not shown.
Binary file modified nextroute/bin/nextroute-darwin-arm64
Binary file not shown.
Binary file removed nextroute/bin/nextroute-linux-amd64
Binary file not shown.
Binary file removed nextroute/bin/nextroute-linux-arm64
Binary file not shown.
Binary file removed nextroute/bin/nextroute-windows-amd64
Binary file not shown.
Binary file removed nextroute/bin/nextroute-windows-arm64
Binary file not shown.
6 changes: 0 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,5 @@ archs = "native"
manylinux-x86_64-image = "quay.io/pypa/manylinux_2_28_x86_64"
manylinux-aarch64-image = "quay.io/pypa/manylinux_2_28_aarch64"

[tool.cibuildwheel.macos]
archs = ["x86_64", "arm64"]

[tool.cibuildwheel.linux]
archs = ["x86_64", "aarch64"]

[tool.cibuildwheel.windows]
archs = ["AMD64", "x86", "ARM64"]

0 comments on commit fd11ba7

Please sign in to comment.