Skip to content

Commit

Permalink
chore(deps): update pypa/gh-action-pypi-publish action to v1.12.0 (#87)
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 Nov 5, 2024
1 parent 3ba582e commit 8309d11
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 | PyPI Test
if: steps.release.outputs.released == 'true'
uses: pypa/gh-action-pypi-publish@v1.11.0
uses: pypa/gh-action-pypi-publish@v1.12.0
with:
repository-url: 'https://test.pypi.org/legacy/'
attestations: false
Expand All @@ -54,7 +54,7 @@ jobs:

- name: Publish | PyPI Release
if: steps.release.outputs.released == 'true'
uses: pypa/gh-action-pypi-publish@v1.11.0
uses: pypa/gh-action-pypi-publish@v1.12.0
with:
attestations: false

Expand Down

0 comments on commit 8309d11

Please sign in to comment.