Skip to content

Commit d64d79e

Browse files
authored
Merge pull request #241 from backstage/renovate/pypa-gh-action-pypi-publish-1.x
chore(deps): update pypa/gh-action-pypi-publish action to v1.12.3
2 parents 8277112 + fe4d8b4 commit d64d79e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
rm -fr ${distrib}
3939
popd >/dev/null || exit
4040
- name: Publish a Python distribution to PyPI
41-
uses: pypa/gh-action-pypi-publish@v1.12.2
41+
uses: pypa/gh-action-pypi-publish@v1.12.3
4242
with:
4343
user: __token__
4444
password: ${{ secrets.PYPI_API_KEY }}

0 commit comments

Comments
 (0)