From 73d166d51ebf3ee015067bfe7a0cb13f90070a9b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 09:31:59 +0000 Subject: [PATCH] Update pypa/gh-action-pypi-publish action to v1.10.1 --- .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 f3f5e5b0..536abf21 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: sed -i "s/5 - Production\/Stable/4 - Beta/g" setup.py python setup.py clean check sdist bdist_wheel - name: Upload to PyPI Test - uses: pypa/gh-action-pypi-publish@v1.9.0 + uses: pypa/gh-action-pypi-publish@v1.10.1 with: password: ${{ secrets.TEST_PYPI_TOKEN }} repository_url: https://test.pypi.org/legacy/ @@ -75,7 +75,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.9.0 + uses: pypa/gh-action-pypi-publish@v1.10.1 with: password: ${{ secrets.PYPI_TOKEN }}