File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -139,10 +139,10 @@ jobs:
139139 environment : " development"
140140
141141 - name : " Publish PyPI [Trusted Publishing]"
142- uses : pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa # v1.11.0
142+ uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
143143 # yamllint disable-line rule:line-length
144144 with :
145- repository-url : https://test.pypi.org/legacy /
145+ repository-url : https://test.pypi.org/simple /
146146 # We already validated earlier in the pipeline (twine)
147147 verify-metadata : false
148148 attestations : true
@@ -192,7 +192,7 @@ jobs:
192192 environment : " production"
193193
194194 - name : " Publish PyPI [Trusted Publishing]"
195- uses : pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa # v1.11.0
195+ uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
196196 # yamllint disable-line rule:line-length
197197 with :
198198 # We already validated earlier in the pipeline (twine)
You can’t perform that action at this time.
0 commit comments