Skip to content

Commit 3c0dce0

Browse files
authored
Merge pull request #249 from backstage/renovate/pypa-gh-action-pypi-publish-1.x
chore(deps): update pypa/gh-action-pypi-publish action to v1.12.4
2 parents e39f06d + 336975a commit 3c0dce0

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.3
41+
uses: pypa/gh-action-pypi-publish@v1.12.4
4242
with:
4343
user: __token__
4444
password: ${{ secrets.PYPI_API_KEY }}

0 commit comments

Comments
 (0)