From 7028f3b30e09e6b7aa4813fb6cc6dac41fba009b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 1 Jun 2023 01:58:06 +0000 Subject: [PATCH] chore(deps): update pypa/gh-action-pypi-publish digest to 110f54a --- .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 6c151db3..5b8d8c81 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@a56da0b891b3dc519c7ee3284aff1fad93cc8598 # master + uses: pypa/gh-action-pypi-publish@110f54a3871763056757c3e203635d4c5711439f # master with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }}