We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21f719e commit f2f1c75Copy full SHA for f2f1c75
.github/dependabot.yml
@@ -0,0 +1,11 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "github-actions"
4
+ directory: "/.github/workflows"
5
+ schedule:
6
+ interval: "monthly"
7
+ open-pull-requests-limit: 1
8
+ groups:
9
+ ci-dependencies:
10
+ patterns:
11
+ - "*"
.github/workflows/publish_package.yml
@@ -58,7 +58,7 @@ jobs:
58
# comfy --help
59
60
- name: Publish distribution to Official PyPI
61
- uses: pypa/gh-action-pypi-publish@release/v1
+ uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
62
63
test-pip-installation:
64
name: Test Comfy CLI Installation via pip
0 commit comments