Skip to content

Commit

Permalink
Merge pull request #225 from backstage/renovate/pypa-gh-action-pypi-p…
Browse files Browse the repository at this point in the history
…ublish-1.x

chore(deps): update pypa/gh-action-pypi-publish action to v1.11.0
awanlin authored Oct 31, 2024
2 parents 8460ae4 + 585c3b5 commit c83d4f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@ jobs:
rm -fr ${distrib}
popd >/dev/null || exit
- name: Publish a Python distribution to PyPI
uses: pypa/gh-action-pypi-publish@v1.10.3
uses: pypa/gh-action-pypi-publish@v1.11.0
with:
user: __token__
password: ${{ secrets.PYPI_API_KEY }}

0 comments on commit c83d4f1

Please sign in to comment.