From 9af59586e4162225124dd789441fa1be97ffead8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 02:35:02 +0000 Subject: [PATCH] Update pypa/gh-action-pypi-publish action to v1.11.0 --- .github/workflows/test-and-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-publish.yml b/.github/workflows/test-and-publish.yml index 1664bbb..5efc6a2 100644 --- a/.github/workflows/test-and-publish.yml +++ b/.github/workflows/test-and-publish.yml @@ -44,7 +44,7 @@ jobs: - name: build package run: python setup.py bdist_wheel - name: publish package - uses: pypa/gh-action-pypi-publish@v1.4.2 + uses: pypa/gh-action-pypi-publish@v1.11.0 with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }}