Skip to content

Commit ea45397

Browse files
authored
Misc/upgrade pypa/gh-action-pypi-publish (#1193)
1 parent 03109b7 commit ea45397

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cut_version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,12 @@ jobs:
7979

8080
- name: Publish to Test PyPI
8181
if: ${{github.ref_name == 'test_pypi'}}
82-
uses: pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 # v1.9.0
82+
uses: pypa/gh-action-pypi-publish@v1.12.4
8383
with:
8484
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
8585
repository-url: https://test.pypi.org/legacy/
8686
- name: Publish to PyPI
8787
if: ${{github.ref_name != 'test_pypi'}}
88-
uses: pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 # v1.9.0
88+
uses: pypa/gh-action-pypi-publish@v1.12.4
8989
with:
9090
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)