From 8ea8c2b896f12c90ebcb45c64d647c4b5563d092 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Jun 2024 19:38:26 +0000 Subject: [PATCH] chore(deps): update pypa/gh-action-pypi-publish action to v1.9.0 --- .github/workflows/setup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/setup.yml b/.github/workflows/setup.yml index 3a2a8a25a..90035bb52 100644 --- a/.github/workflows/setup.yml +++ b/.github/workflows/setup.yml @@ -35,7 +35,7 @@ jobs: run: twine check dist/* - name: Publish package if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') && matrix.os == 'ubuntu-latest' - uses: pypa/gh-action-pypi-publish@v1.8.14 + uses: pypa/gh-action-pypi-publish@v1.9.0 with: user: __token__ password: ${{ secrets.pypi_password }}