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 39a0ec2 commit 821d905
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 @@ -38,7 +38,7 @@ jobs:
repository_url: https://test.pypi.org/legacy/

- name: Wait for Test PyPI availability
run: sleep 60 # Wait for 1 minute
run: sleep 120 # Wait for 1 minute

- name: Install Comfy CLI from Test Pypi and Test
run: |
Expand All @@ -49,7 +49,7 @@ jobs:
uses: pypa/gh-action-pypi-publish@v1.8.14

- name: Wait for PyPI availability
run: sleep 60 # Wait for 1 minute
run: sleep 120 # Wait for 1 minute

test-pip-installation:
name: Test Comfy CLI Installation via pip
Expand Down

0 comments on commit 821d905

Please sign in to comment.