File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -199,15 +199,15 @@ jobs:
199
199
merge-multiple : true
200
200
201
201
- name : Publish package distributions to Test PyPI
202
- uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
202
+ uses : pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
203
203
with :
204
204
repository-url : https://test.pypi.org/legacy/
205
205
packages-dir : wheels/
206
206
skip-existing : true
207
207
208
208
- name : Publish package distributions to PyPI
209
209
if : always()
210
- uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
210
+ uses : pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
211
211
with :
212
212
packages-dir : wheels/
213
213
skip-existing : true
You can’t perform that action at this time.
0 commit comments