From 2ce53ba1f229f9ead5f210093ad5bf35e53a8a52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 08:40:51 +1000 Subject: [PATCH] build(deps): bump pypa/gh-action-pypi-publish from 1.10.1 to 1.10.2 (#357) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 22dd368..44d799b 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -199,7 +199,7 @@ jobs: merge-multiple: true - name: Publish package distributions to Test PyPI - uses: pypa/gh-action-pypi-publish@0ab0b79471669eb3a4d647e625009c62f9f3b241 # v1.10.1 + uses: pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b # v1.10.2 with: repository-url: https://test.pypi.org/legacy/ packages-dir: wheels/ @@ -207,7 +207,7 @@ jobs: - name: Publish package distributions to PyPI if: always() - uses: pypa/gh-action-pypi-publish@0ab0b79471669eb3a4d647e625009c62f9f3b241 # v1.10.1 + uses: pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b # v1.10.2 with: packages-dir: wheels/ skip-existing: true