Skip to content

Commit e40379c

Browse files
committed
switch to agentstack repo
1 parent be05505 commit e40379c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
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
@@ -58,8 +58,6 @@ jobs:
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "agentstack"
7-
version = "0.1.8-dev6"
7+
version = "0.1.8-dev7"
88
description = "The fastest way to build robust AI agents"
99
authors = [
1010
{ name="Braelyn Boynton", email="bboynton97@gmail.com" }

0 commit comments

Comments
 (0)