Skip to content

Commit 1691463

Browse files
authored
Merge pull request #337 from backstage/renovate/pypa-gh-action-pypi-publish-1.x
chore(deps): update pypa/gh-action-pypi-publish action to v1.14.0
2 parents 98e8f44 + 4068cfd commit 1691463

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
@@ -29,7 +29,7 @@ jobs:
2929
working-directory: .
3030
run: python -m build
3131
- name: Publish a Python distribution to PyPI
32-
uses: pypa/gh-action-pypi-publish@v1.13.0
32+
uses: pypa/gh-action-pypi-publish@v1.14.0
3333
with:
3434
user: __token__
3535
password: ${{ secrets.PYPI_API_KEY }}

0 commit comments

Comments
 (0)