Skip to content

Commit

Permalink
chore(deps): update pypa/gh-action-pypi-publish action to v1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 30, 2024
1 parent 829b7ef commit 8d3c05d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- name: Publish to TestPyPI
if: steps.release.outputs.released == 'true'
uses: pypa/gh-action-pypi-publish@v1.10.3
uses: pypa/gh-action-pypi-publish@v1.11.0
with:
repository-url: 'https://test.pypi.org/legacy/'

Expand All @@ -54,7 +54,7 @@ jobs:
- name: Publish to PyPI
if: steps.release.outputs.released == 'true'
uses: pypa/gh-action-pypi-publish@v1.10.3
uses: pypa/gh-action-pypi-publish@v1.11.0

- name: Publish to GitHub Releases
if: steps.release.outputs.released == 'true'
Expand Down

0 comments on commit 8d3c05d

Please sign in to comment.