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 02c330e commit 0c43294
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 @@ -39,7 +39,7 @@ jobs:

- name: Install Comfy CLI via pip
run: |
pip install --index-url https://test.pypi.org/simple/ comfy-cli==$VERSION
pip install -i https://test.pypi.org/simple/ comfy-cli==${{env.VERSION}}
comfy --help
- name: Publish distribution to Official PyPI
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
run: echo "VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV

- name: Install Comfy CLI via pip
run: pip install comfy-cli==$VERSION
run: pip install comfy-cli==${{env.VERSION}}

- name: Test Comfy CLI Help
run: comfy --help
Expand Down

0 comments on commit 0c43294

Please sign in to comment.