diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a2f9a34..55e44fb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,6 +42,6 @@ jobs: run: | python setup.py clean --all sdist bdist_wheel - name: 📦 Publish release to PyPI - uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4 + uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0 with: password: ${{ secrets.pypi_password }}