File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 4545 - name : Checkout homebrew-tap
4646 uses : actions/checkout@v3
4747 with :
48- repository : ${{ github.repository_owner }} /homebrew-tap
48+ repository : agentstack-ai /homebrew-tap
4949 token : ${{ secrets.HOMEBREW_TAP_TOKEN }}
5050
5151 - name : Create Formula directory
5858 run : |
5959 # Get SHA256 of PyPI package
6060 PACKAGE_NAME="${{ github.event.repository.name }}"
61- echo $PACKAGE_NAME
62- echo $VERSION
6361 curl -sL https://pypi.org/pypi/$PACKAGE_NAME/$VERSION/json
6462 SHA256=$(curl -sL https://pypi.org/pypi/$PACKAGE_NAME/$VERSION/json | jq -r '.urls[0].digests.sha256')
6563
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " agentstack"
7- version = " 0.1.8-dev6 "
7+ version = " 0.1.8-dev7 "
88description = " The fastest way to build robust AI agents"
99authors = [
1010 { name =" Braelyn Boynton" , email =" bboynton97@gmail.com" }
You can’t perform that action at this time.
0 commit comments