Skip to content

Commit

Permalink
Update publish_package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
james03160927 authored May 2, 2024
1 parent cd0e531 commit 1aceb70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
- name: Publish distribution to PyPI
uses: pypa/gh-action-pypi-publish@v1.8.14


update-homebrew-formula:
needs: build-n-publish
runs-on: ubuntu-latest
Expand All @@ -57,7 +56,8 @@ jobs:
python3 -m venv venv
source venv/bin/activate
pip install comfy-cli homebrew-pypi-poet
poet -f comfy-cli > Formula/comfy-cli.rb # Directly overwrite the existing file
mkdir -p homebrew-comfy-cli/Formula
poet -f comfy-cli > homebrew-comfy-cli/Formula/comfy-cli.rb
- name: Commit and push changes
run: |
Expand Down

0 comments on commit 1aceb70

Please sign in to comment.