diff --git a/.github/workflows/pypipublish.yml b/.github/workflows/pypipublish.yml index 181a8790..77309f76 100644 --- a/.github/workflows/pypipublish.yml +++ b/.github/workflows/pypipublish.yml @@ -43,6 +43,6 @@ jobs: # password: ${{ secrets.PYPI_TEST_KEY }} # repository-url: https://test.pypi.org/legacy/ - name: Publish distribution 📦 to PyPI - uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0 + uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # v1.14.2 with: password: ${{ secrets.PYPI_KEY }}