From 56694ad47f207c9e7d4a3b6a73ca14a74364b75d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Dec 2023 01:54:08 +0100 Subject: [PATCH] build(deps): bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11 (#2254) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/publish-pkg.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-pkg.yml b/.github/workflows/publish-pkg.yml index 6cddea3c9c7..0ff3326173b 100644 --- a/.github/workflows/publish-pkg.yml +++ b/.github/workflows/publish-pkg.yml @@ -64,7 +64,7 @@ jobs: # We do this, since failures on test.pypi aren't that bad - name: Publish to Test PyPI - uses: pypa/gh-action-pypi-publish@v1.8.10 + uses: pypa/gh-action-pypi-publish@v1.8.11 with: user: __token__ password: ${{ secrets.test_pypi_password }} @@ -77,7 +77,7 @@ jobs: time: 5m - name: Publish distribution 📦 to PyPI - uses: pypa/gh-action-pypi-publish@v1.8.10 + uses: pypa/gh-action-pypi-publish@v1.8.11 with: user: __token__ password: ${{ secrets.pypi_password }}