Skip to content

Commit

Permalink
chore(deps): update pypa/gh-action-pypi-publish action to v1.11.0 (#74)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 30, 2024
1 parent c1f5d98 commit 951ca10
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 951ca10

Please sign in to comment.