diff --git a/.github/workflows/release-pypi.yml b/.github/workflows/release-pypi.yml index ba1c4094..0e44ec5f 100644 --- a/.github/workflows/release-pypi.yml +++ b/.github/workflows/release-pypi.yml @@ -30,7 +30,7 @@ jobs: # We do this, since failures on test.pypi aren't that bad #- name: Publish to Test PyPI # if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release' - # uses: pypa/gh-action-pypi-publish@v1.10.2 + # uses: pypa/gh-action-pypi-publish@v1.12.2 # with: # user: __token__ # password: ${{ secrets.test_pypi_password }} @@ -38,7 +38,7 @@ jobs: - name: Publish distribution 📦 to PyPI if: startsWith(github.ref, 'refs/tags/') && github.event_name != 'pull_request' - uses: pypa/gh-action-pypi-publish@v1.10.2 + uses: pypa/gh-action-pypi-publish@v1.12.2 with: user: __token__ password: ${{ secrets.pypi_password }}