diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index 8ab4669..7076cd5 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -30,7 +30,7 @@ jobs: - name: Building package run: python setup.py sdist bdist_wheel - name: Publish package - uses: pypa/gh-action-pypi-publish@03f86fee9ac21f854951f5c6e2a02c2a1324aec7 + uses: pypa/gh-action-pypi-publish@e2bab26859796ee5c3bf97b8f394ce1e6570e906 with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }}