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 9, 2024
1 parent 32d2da2 commit 8776143
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/publish_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,11 @@ jobs:
run: |
python3 -m venv venv
source venv/bin/activate
pip install comfy-cli==$VERSION homebrew-pypi-poet
pip install homebrew-pypi-poet
for i in {1..3}; do
pip install comfy-cli==${{env.VERSION}} && break || sleep 5
done
- name: Generate Homebrew Formula
run: |
Expand Down

0 comments on commit 8776143

Please sign in to comment.