diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 5df16eb52..86c75d027 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -115,7 +115,7 @@ jobs: path: dist - name: Publish package to PyPI if: github.event.action != 'published' - uses: pypa/gh-action-pypi-publish@v1.8.8 + uses: pypa/gh-action-pypi-publish@v1.8.10 with: user: __token__ password: ${{ secrets.test_pypi_password }} @@ -137,7 +137,7 @@ jobs: path: dist - name: Publish package to PyPI if: github.event.action == 'published' - uses: pypa/gh-action-pypi-publish@v1.8.8 + uses: pypa/gh-action-pypi-publish@v1.8.10 with: user: __token__ password: ${{ secrets.pypi_password }}