Skip to content

Commit bbab6cc

Browse files
authored
Update PyPI publish action to version 1.13.0
1 parent b3a9e6c commit bbab6cc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
ls -ltrh dist
6565
- name: Publish package to TestPyPI
6666
if: github.event_name == 'push'
67-
uses: pypa/gh-action-pypi-publish@v1
67+
uses: pypa/gh-action-pypi-publish@v1.13.0
6868
with:
6969
user: __token__
7070
password: ${{ secrets.TESTPYPI_TOKEN }}
@@ -88,7 +88,7 @@ jobs:
8888
name: releases
8989
path: dist
9090
- name: Publish package to PyPI
91-
uses: pypa/gh-action-pypi-publish@v1
91+
uses: pypa/gh-action-pypi-publish@v1.13.0
9292
with:
9393
user: __token__
9494
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)