Skip to content

Commit 409d993

Browse files
authored
Update publish-to-test-pypi.yml
1 parent 3300b0c commit 409d993

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-to-test-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
ref: py3-portx
1515

1616
- name: Set up Python
17-
uses: actions/setup-python@v1
17+
uses: actions/setup-python@v5
1818
with:
1919
python-version: '3.x'
2020

@@ -49,4 +49,4 @@ jobs:
4949
# if: startsWith(github.ref, 'refs/tags')
5050
# uses: pypa/gh-action-pypi-publish@master
5151
# with:
52-
# password: ${{ secrets.PYPI_API_TOKEN }}
52+
# password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)