diff --git a/.github/workflows/release-pypi.yml b/.github/workflows/release-pypi.yml index f97e824..961063d 100644 --- a/.github/workflows/release-pypi.yml +++ b/.github/workflows/release-pypi.yml @@ -29,7 +29,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.8.6 + # uses: pypa/gh-action-pypi-publish@v1.8.7 # with: # user: __token__ # password: ${{ secrets.test_pypi_password }} @@ -37,7 +37,7 @@ jobs: - name: Publish distribution 📦 to PyPI if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release' - uses: pypa/gh-action-pypi-publish@v1.8.6 + uses: pypa/gh-action-pypi-publish@v1.8.7 with: user: __token__ password: ${{ secrets.pypi_password }}