Skip to content

Commit

Permalink
Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.0 (backport #5769) (
Browse files Browse the repository at this point in the history
#5795)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
mergify[bot] and dependabot[bot] committed Sep 3, 2024
1 parent 9d2c69f commit 0342864
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Publish package
uses: pypa/gh-action-pypi-publish@v1.9.0
uses: pypa/gh-action-pypi-publish@v1.10.0
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
packages-dir: dist
- name: Publish wrapper package
uses: pypa/gh-action-pypi-publish@v1.9.0
uses: pypa/gh-action-pypi-publish@v1.10.0
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
Expand Down

0 comments on commit 0342864

Please sign in to comment.