Skip to content

Commit

Permalink
SNOW-1055755: darwin build hatch command
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-mraba committed Aug 20, 2024
1 parent 9ce2be1 commit 5580946
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 @@ -102,7 +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"]
package-darwin-binaries = ["./scripts/packaging/build_darwin_package.sh"]
build-all = [
"./scripts/packaging/build_binaries.sh",
"./scripts/packaging/build_packages.sh",
Expand Down

0 comments on commit 5580946

Please sign in to comment.