From a4f3aa42225adc55c54d4843b64df2f8a7c5b302 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Dec 2022 14:46:22 +0000 Subject: [PATCH] chore(actions): update pypa/gh-action-pypi-publish action to v1.6.4 (#12) --- .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 df95efa..90ec977 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -57,7 +57,7 @@ jobs: release-tag: ${{ needs.prepare.outputs.version }} - name: Upload package to pypi - uses: pypa/gh-action-pypi-publish@v1.5.1 + uses: pypa/gh-action-pypi-publish@v1.6.4 with: user: ${{ secrets.PRIVATE_PYPI_USERNAME }} password: ${{ secrets.PRIVATE_PYPI_PASSWORD }}