Skip to content

Commit 3fa4e34

Browse files
authored
Merge branch 'master' into pre-commit-ci-update-config
2 parents 4c48951 + 283ec3f commit 3fa4e34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ jobs:
3333

3434
- name: Publish to Test PyPi
3535
if: startsWith(github.ref, 'refs/tags')
36-
uses: pypa/gh-action-pypi-publish@master
36+
uses: pypa/gh-action-pypi-publish@release/v1
3737
with:
3838
user: __token__
3939
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
4040
repository_url: https://test.pypi.org/legacy/
4141
- name: Publish to PyPi
4242
if: startsWith(github.ref, 'refs/tags')
43-
uses: pypa/gh-action-pypi-publish@master
43+
uses: pypa/gh-action-pypi-publish@release/v1
4444
with:
4545
user: __token__
4646
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)