Skip to content

Commit

Permalink
Merge pull request #948 from risuorg/dependabot/github_actions/pypa/g…
Browse files Browse the repository at this point in the history
…h-action-pypi-publish-1.10.0

build(deps): bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.0
  • Loading branch information
mergify[bot] authored Sep 2, 2024
2 parents 8aa30a2 + b01421a commit a9e913f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
RELEASE_VERSION: ${{ steps.branch_name.outputs.SOURCE_TAG }}

- name: Publish distribution to PyPI
uses: pypa/gh-action-pypi-publish@v1.9.0
uses: pypa/gh-action-pypi-publish@v1.10.0
with:
user: __token__
password: ${{ secrets.PYPI_PASSWORD }}

0 comments on commit a9e913f

Please sign in to comment.