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@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 # v1.9.0
202
+ uses : pypa/gh-action-pypi-publish@0ab0b79471669eb3a4d647e625009c62f9f3b241 # v1.10.1
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@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 # v1.9.0
210
+ uses : pypa/gh-action-pypi-publish@0ab0b79471669eb3a4d647e625009c62f9f3b241 # v1.10.1
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