Skip to content

Commit

Permalink
build(deps): bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2 (#…
Browse files Browse the repository at this point in the history
…383)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent b38d5b0 commit dad24ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -199,15 +199,15 @@ jobs:
merge-multiple: true

- name: Publish package distributions to Test PyPI
uses: pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa # v1.11.0
uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2
with:
repository-url: https://test.pypi.org/legacy/
packages-dir: wheels/
skip-existing: true

- name: Publish package distributions to PyPI
if: always()
uses: pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa # v1.11.0
uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2
with:
packages-dir: wheels/
skip-existing: true

0 comments on commit dad24ba

Please sign in to comment.