Skip to content

Commit c791337

Browse files
committed
Disable installing from testpypi.
1 parent e4a19c9 commit c791337

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/publish_package.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ jobs:
3737
# with:
3838
# repository_url: https://test.pypi.org/legacy/
3939

40-
- name: Clear pip cache
41-
run: pip cache purge
42-
43-
- name: Install Comfy CLI from Test Pypi and Test
44-
run: |
45-
for i in {1..3}; do
46-
pip install -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple comfy-cli==${{env.VERSION}} && break || sleep 5
47-
done
48-
comfy --help
40+
# - name: Clear pip cache
41+
# run: pip cache purge
42+
43+
# - name: Install Comfy CLI from Test Pypi and Test
44+
# run: |
45+
# for i in {1..3}; do
46+
# pip install -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple comfy-cli==${{env.VERSION}} && break || sleep 5
47+
# done
48+
# comfy --help
4949

5050
- name: Publish distribution to Official PyPI
5151
uses: pypa/gh-action-pypi-publish@v1.8.14

0 commit comments

Comments
 (0)