Skip to content

Commit cc485ed

Browse files
authored
Update publish_package.yml
1 parent e2a88d6 commit cc485ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish_package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373

7474
test-pip-installation:
7575
name: Test Comfy CLI Installation via pip
76-
needs: build-n-publish # This job runs after build-n-publish completes successfully
76+
needs: build-n-publish-pypi # This job runs after build-n-publish completes successfully
7777
runs-on: ubuntu-latest
7878
steps:
7979
- name: Set up Python
@@ -85,4 +85,4 @@ jobs:
8585
run: pip install comfy-cli
8686

8787
- name: Test Comfy CLI Help
88-
run: comfy --help
88+
run: comfy --help

0 commit comments

Comments
 (0)