diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index d188d7e3..0416b506 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -112,7 +112,7 @@ jobs: path: dist - name: Publish package to PyPI if: github.event.action != 'published' - uses: pypa/gh-action-pypi-publish@v1.11.0 + uses: pypa/gh-action-pypi-publish@v1.12.2 with: user: __token__ password: ${{ secrets.test_pypi_password }} @@ -149,7 +149,7 @@ jobs: path: dist - name: Publish package to PyPI if: github.event.action == 'published' - uses: pypa/gh-action-pypi-publish@v1.11.0 + uses: pypa/gh-action-pypi-publish@v1.12.2 with: user: __token__ password: ${{ secrets.pypi_password }}