From b8c4d6d0cd759501de18abeb0c7ac3d9425bd72e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 2 May 2023 23:03:36 +0000 Subject: [PATCH] chore(deps): update pypa/gh-action-pypi-publish digest to a56da0b --- .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 305faa22..0beadc50 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: - name: Build distributions run: python -m build - name: Publish - uses: pypa/gh-action-pypi-publish@9b8e7336db3f96a2939a3e9fa827c62f466ca60d # master + uses: pypa/gh-action-pypi-publish@a56da0b891b3dc519c7ee3284aff1fad93cc8598 # master with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }}