diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 5464dc9..8d50d38 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -26,7 +26,7 @@ jobs: - name: Build package run: python -m build - name: Publish package for GitHub releases - uses: pypa/gh-action-pypi-publish@f5622bde02b04381239da3573277701ceca8f6a0 + uses: pypa/gh-action-pypi-publish@ade57f54dcc56d4858ca681c80269c26dc7b9149 if: ${{ startsWith(github.ref, 'refs/tags') }} with: user: __token__