Skip to content

Commit

Permalink
REL: Ensure wheels build
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoZeke committed Feb 12, 2024
1 parent 8337cfe commit b25bc16
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Expand Up @@ -129,3 +129,8 @@ archs = "x86_64 arm64"

[tool.cibuildwheel.windows]
archs = ['AMD64']

[tool.setuptools.packages.find]
where = ["."]
exclude = ["wheelhouse"]
namespaces = true

0 comments on commit b25bc16

Please sign in to comment.