diff --git a/pyproject.toml b/pyproject.toml index d05129471e..544feaad93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -102,6 +102,7 @@ features = ["development", "packaging"] [tool.hatch.envs.packaging.scripts] build-binaries = ["./scripts/packaging/build_binaries.sh"] build-packages = ["./scripts/packaging/build_packages.sh"] +package-darwin-binaries = ["./scripts/packaging/package_darwin_binaries.sh"] build-all = [ "./scripts/packaging/build_binaries.sh", "./scripts/packaging/build_packages.sh", @@ -132,7 +133,9 @@ pre-install-commands = [ features = ["development"] [tool.hatch.envs.integration.scripts] -test = ["python scripts/run_tests_with_retry.py Integration -m integration -n6 --dist=worksteal"] +test = [ + "python scripts/run_tests_with_retry.py Integration -m integration -n6 --dist=worksteal", +] [[tool.hatch.envs.local.matrix]] python = ["3.10", "3.11", "3.12"]