From 3312d34308b0731b8cc930d319f6a795eb046eeb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 14:48:30 +0000 Subject: [PATCH] Update pypa/gh-action-pypi-publish action to v1.8.10 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b88c1780..9a90f0bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -211,7 +211,7 @@ jobs: pip install wheel -r requirements.txt python setup.py --test clean check sdist bdist_wheel - name: Upload to PyPI Test - uses: pypa/gh-action-pypi-publish@v1.8.7 + uses: pypa/gh-action-pypi-publish@v1.8.10 with: password: ${{ secrets.TEST_PYPI_TOKEN }} repository_url: https://test.pypi.org/legacy/ @@ -237,7 +237,7 @@ jobs: pip install wheel -r requirements.txt python setup.py clean check sdist bdist_wheel - name: Upload to PyPI - uses: pypa/gh-action-pypi-publish@v1.8.7 + uses: pypa/gh-action-pypi-publish@v1.8.10 with: password: ${{ secrets.PYPI_TOKEN }}