Skip to content

Commit 7b32cbe

Browse files
authored
Merge pull request #7 from InsightSoftwareConsortium/bump-gh-action-pypi-publish
ENH: Bump `gh-action-pypi-publish` to v1.5.1
2 parents 926facf + 06ef228 commit 7b32cbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-package-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
173173
- name: Publish 🐍 Python 📦 package to PyPI
174174
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
175-
uses: pypa/gh-action-pypi-publish@master
175+
uses: pypa/gh-action-pypi-publish@v1.5.1
176176
with:
177177
user: __token__
178178
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)