diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7aee2e0..cce683a 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@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0 + uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # v1.14.1 with: password: ${{ secrets.pypi_password }}