Skip to content

Commit

Permalink
Merge pull request #230 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.12.2
  • Loading branch information
awanlin authored Nov 7, 2024
2 parents dcdfe88 + 8ace963 commit dd2ff88
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
Expand Up @@ -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.11.0
uses: pypa/gh-action-pypi-publish@v1.12.2
with:
user: __token__
password: ${{ secrets.PYPI_API_KEY }}
Expand Down

0 comments on commit dd2ff88

Please sign in to comment.