diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 84e26210..23e8bb86 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: sed -i "s/5 - Production\/Stable/4 - Beta/g" setup.py .venv/bin/python setup.py clean check sdist bdist_wheel - name: Upload to PyPI Test - uses: pypa/gh-action-pypi-publish@v1.11.0 + uses: pypa/gh-action-pypi-publish@v1.12.2 with: password: ${{ secrets.TEST_PYPI_TOKEN }} repository_url: https://test.pypi.org/legacy/ @@ -77,7 +77,7 @@ jobs: .venv/bin/pip install wheel setuptools -r requirements.txt .venv/bin/python setup.py clean check sdist bdist_wheel - name: Upload to PyPI - uses: pypa/gh-action-pypi-publish@v1.11.0 + uses: pypa/gh-action-pypi-publish@v1.12.2 with: password: ${{ secrets.PYPI_TOKEN }}