diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index c9bebd54..883a0f35 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -94,7 +94,7 @@ jobs: path: dist - name: Publish package to PyPI if: github.event.action != 'published' - uses: pypa/gh-action-pypi-publish@v1.13.0 + uses: pypa/gh-action-pypi-publish@v1.14.0 with: user: __token__ password: ${{ secrets.test_pypi_password }} @@ -117,7 +117,7 @@ jobs: path: dist - name: Publish package to PyPI if: github.event.action == 'published' - uses: pypa/gh-action-pypi-publish@v1.13.0 + uses: pypa/gh-action-pypi-publish@v1.14.0 with: user: __token__ password: ${{ secrets.pypi_password }}