Skip to content

Commit

Permalink
switch to agentstack repo
Browse files Browse the repository at this point in the history
  • Loading branch information
bboynton97 committed Nov 12, 2024
1 parent be05505 commit e40379c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Checkout homebrew-tap
uses: actions/checkout@v3
with:
repository: ${{ github.repository_owner }}/homebrew-tap
repository: agentstack-ai/homebrew-tap
token: ${{ secrets.HOMEBREW_TAP_TOKEN }}

- name: Create Formula directory
Expand All @@ -58,8 +58,6 @@ jobs:
run: |
# Get SHA256 of PyPI package
PACKAGE_NAME="${{ github.event.repository.name }}"
echo $PACKAGE_NAME
echo $VERSION
curl -sL https://pypi.org/pypi/$PACKAGE_NAME/$VERSION/json
SHA256=$(curl -sL https://pypi.org/pypi/$PACKAGE_NAME/$VERSION/json | jq -r '.urls[0].digests.sha256')
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "agentstack"
version = "0.1.8-dev6"
version = "0.1.8-dev7"
description = "The fastest way to build robust AI agents"
authors = [
{ name="Braelyn Boynton", email="[email protected]" }
Expand Down

0 comments on commit e40379c

Please sign in to comment.