Skip to content

Commit

Permalink
build: try to add macos specifier to cibuildwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
dancergraham committed Jul 25, 2024
1 parent 63418eb commit f05270c
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 @@ -14,5 +14,5 @@ build-backend = "setuptools.build_meta"
# before-all = "bash scripts/install_xerces_c.sh"
# before-all = "powershell scripts/install_xerces_c.ps1"
test-requires = "pytest"
build = "cp*-manylinux_x86_64 cp*-win_amd64*"
build = "cp*-manylinux_x86_64 cp*-win_amd64* cp*-macosx*"
test-command = "python -m pytest {project}/tests"

0 comments on commit f05270c

Please sign in to comment.