diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7e3fb10..9d91a52 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: python setup.py sdist bdist_wheel - name: Publish distribution 📦 to Test PyPI if: github.event_name == 'push' - uses: pypa/gh-action-pypi-publish@v1.6.4 + uses: pypa/gh-action-pypi-publish@v1.8.6 with: user: __token__ password: ${{ secrets.TEST_PYPI_API_TOKEN }} @@ -33,7 +33,7 @@ jobs: - name: Publish distribution 📦 to PyPI if triggered by release if: github.event_name == 'release' - uses: pypa/gh-action-pypi-publish@v1.6.4 + uses: pypa/gh-action-pypi-publish@v1.8.6 with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }}