Skip to content

Commit 705eb8d

Browse files
authored
Merge pull request #290 from backstage/dependabot/github_actions/dot-github/workflows/pypa/gh-action-pypi-publish-1.13.0
Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 in /.github/workflows
2 parents c8c4d75 + dafa2a1 commit 705eb8d

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.12.4
32+
uses: pypa/gh-action-pypi-publish@v1.13.0
3333
with:
3434
user: __token__
3535
password: ${{ secrets.PYPI_API_KEY }}

0 commit comments

Comments
 (0)