diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f56330a..409c6af5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -213,7 +213,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.10.1 + uses: pypa/gh-action-pypi-publish@v1.10.2 with: password: ${{ secrets.TEST_PYPI_TOKEN }} repository_url: https://test.pypi.org/legacy/ @@ -239,7 +239,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.10.1 + uses: pypa/gh-action-pypi-publish@v1.10.2 with: password: ${{ secrets.PYPI_TOKEN }}