diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b3044a4..7235222 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -183,14 +183,14 @@ jobs: path: dist - name: Upload to PyPI - uses: pypa/gh-action-pypi-publish@v1.8.6 + uses: pypa/gh-action-pypi-publish@v1.8.7 if: github.event.inputs.deploy_to_testpypi == 'false' with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }} - name: Upload to TestPyPI - uses: pypa/gh-action-pypi-publish@v1.8.6 + uses: pypa/gh-action-pypi-publish@v1.8.7 if: github.event.inputs.deploy_to_testpypi == 'true' with: user: __token__