diff --git a/.github/workflows/release-cd.yml b/.github/workflows/release-cd.yml index f2bc509d1..ed46bce1f 100644 --- a/.github/workflows/release-cd.yml +++ b/.github/workflows/release-cd.yml @@ -32,7 +32,7 @@ jobs: - name: Build package run: python -m build - name: Publish package - uses: pypa/gh-action-pypi-publish@36978192ca7715ea2e0d12e82d5518a651a9f739 + uses: pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b with: user: __token__ password: ${{ secrets.TWINE_TOKEN }}