Skip to content

Commit 5b322c9

Browse files
Bump pypa/gh-action-pypi-publish from 1.4.2 to 1.5.0 (#6147)
1 parent e7285eb commit 5b322c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi-release.yaml

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.4.2
67+
uses: pypa/gh-action-pypi-publish@v1.5.0
6868
with:
6969
user: __token__
7070
password: ${{ secrets.TESTPYPI_TOKEN }}
@@ -89,7 +89,7 @@ jobs:
8989
name: releases
9090
path: dist
9191
- name: Publish package to PyPI
92-
uses: pypa/gh-action-pypi-publish@v1.4.2
92+
uses: pypa/gh-action-pypi-publish@v1.5.0
9393
with:
9494
user: __token__
9595
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)