Skip to content

Commit

Permalink
Minor bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Nov 6, 2024
1 parent a91d75f commit 1a931bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ echo "Packaging MetaCall ${METACALL_VERSION} on ${METACALL_ARCH}"
mkdir release
brew tap --verbose metacall/brew-pkg
brew install --verbose --HEAD metacall/brew-pkg/brew-pkg
brew pkg --name metacall --compress --additional-deps python@3.12,[email protected] metacall
brew pkg --name metacall --compress --additional-deps python@3.13,[email protected] metacall
mv metacall.pkg release/metacall-tarball-macos-${METACALL_ARCH}.pkg
mv metacall.tar.gz release/metacall-tarball-macos-${METACALL_ARCH}.tar.gz

0 comments on commit 1a931bf

Please sign in to comment.