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 @@ -39,13 +39,13 @@ jobs:
39
39
run : |
40
40
python build_tools/github/check_wheels.py
41
41
- name : Publish package to TestPyPI
42
- uses : pypa/gh-action-pypi-publish@81e9d935c883d0b210363ab89cf05f3894778450 # v1.8.14
42
+ uses : pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 # v1.9.0
43
43
with :
44
44
repository-url : https://test.pypi.org/legacy/
45
45
print-hash : true
46
46
if : ${{ github.event.inputs.pypi_repo == 'testpypi' }}
47
47
- name : Publish package to PyPI
48
- uses : pypa/gh-action-pypi-publish@81e9d935c883d0b210363ab89cf05f3894778450 # v1.8.14
48
+ uses : pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 # v1.9.0
49
49
if : ${{ github.event.inputs.pypi_repo == 'pypi' }}
50
50
with :
51
51
print-hash : true
You can’t perform that action at this time.
0 commit comments