From 206e8ad1da06c735f395486e837ee5513c950cc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Dec 2022 12:41:46 -0800 Subject: [PATCH] Bump pypa/gh-action-pypi-publish from 1.6.3 to 1.6.4 (#2465) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index f0ac05422..8a39e750f 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -189,7 +189,7 @@ jobs: - name: Build sdist and wheel run: python -m build -s -w . -o dist - name: Publish to PyPi - uses: pypa/gh-action-pypi-publish@v1.6.3 + uses: pypa/gh-action-pypi-publish@v1.6.4 with: skip_existing: true user: __token__