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 be951da commit 4688623Copy full SHA for 4688623
.github/workflows/release.yml
@@ -58,6 +58,8 @@ jobs:
58
environment:
59
name: testpypi
60
url: https://test.pypi.org/p/invokeai
61
+ permissions:
62
+ id-token: write
63
steps:
64
- name: download distribution from build job
65
uses: actions/download-artifact@v4
@@ -85,6 +87,8 @@ jobs:
85
87
86
88
name: pypi
89
url: https://pypi.org/p/invokeai
90
91
92
93
94
0 commit comments