Skip to content

Commit 9df2d63

Browse files
authored
Merge pull request #202 from magmax/547ddependabot/github_actions/pypa/gh-action-pypi-publish-1.5.1
Bump pypa/gh-action-pypi-publish from 1.5.0 to 1.5.1
2 parents cf0dbdf + 373702e commit 9df2d63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
5959
- name: Publish package on PyPI
6060
if: steps.check-version.outputs.tag
61-
uses: pypa/gh-action-pypi-publish@v1.5.0
61+
uses: pypa/gh-action-pypi-publish@v1.5.1
6262
with:
6363
user: __token__
6464
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)