From 6c938a73d71ee6fb2d56934f6b59568ef341a85c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 11:59:56 -0400 Subject: [PATCH] :seedling: bump pypa/gh-action-pypi-publish from 1.8.8 to 1.8.10 (#133) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 83ac38a..41d2d94 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -68,6 +68,6 @@ jobs: path: dist - name: Display downloaded artifacts run: ls -lh dist - - uses: pypa/gh-action-pypi-publish@f8c70e705ffc13c3b4d1221169b84f12a75d6ca8 # ratchet:pypa/gh-action-pypi-publish@v1.8.8 + - uses: pypa/gh-action-pypi-publish@b7f401de30cb6434a1e19f805ff006643653240e # ratchet:pypa/gh-action-pypi-publish@v1.8.10 with: password: ${{ secrets.PYPI_TOKEN }}