diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9416d02..a77c1f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,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.8.10 + uses: pypa/gh-action-pypi-publish@v1.10.0 with: password: ${{ secrets.TEST_PYPI_TOKEN }} repository_url: https://test.pypi.org/legacy/ @@ -71,7 +71,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.10 + uses: pypa/gh-action-pypi-publish@v1.10.0 with: password: ${{ secrets.PYPI_TOKEN }}