Skip to content

Commit 700d8f7

Browse files
committed
fix(build): Version of pypa/gh-action-pypi-publish
1 parent 27f038c commit 700d8f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
name: Download Artifacts
106106
path: wheelhouse/
107107
- name: Publish distribution package to PyPI
108-
uses: pypa/gh-action-pypi-publish@v1
108+
uses: pypa/gh-action-pypi-publish@v1.5.0
109109
with:
110110
user: ${{ secrets.PYPI_USERNAME }}
111111
password: ${{ secrets.PYPI_PASSWORD }}

0 commit comments

Comments
 (0)