Skip to content

Commit

Permalink
Update poetry-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cpacker authored Nov 7, 2024
1 parent cf0eee2 commit c63910c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/poetry-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
build-and-publish:
name: Build and Publish to PyPI
if: github.repository == 'cpacker/MemGPT' # TODO: if the repo org ever changes, this must be updated
if: github.repository == 'letta-ai/letta' # TODO: if the repo org ever changes, this must be updated
runs-on: ubuntu-latest
steps:
- name: Check out the repository
Expand Down

0 comments on commit c63910c

Please sign in to comment.