Skip to content

Commit

Permalink
chore(deps): update pypa/gh-action-pypi-publish action to v1.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 6, 2024
1 parent 6b715e4 commit f5928f7
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 @@ -51,7 +51,7 @@ jobs:

- name: Publish to TestPyPI
if: steps.release.outputs.released == 'true'
uses: pypa/[email protected].0
uses: pypa/[email protected].1
with:
repository-url: 'https://test.pypi.org/legacy/'
attestations: false
Expand All @@ -62,7 +62,7 @@ jobs:

- name: Publish to PyPI
if: steps.release.outputs.released == 'true'
uses: pypa/[email protected].0
uses: pypa/[email protected].1
with:
attestations: false

Expand Down

0 comments on commit f5928f7

Please sign in to comment.