diff --git a/.github/workflows/continous-integration.yml b/.github/workflows/continous-integration.yml index d91c1373db60..fc58bfcfa333 100644 --- a/.github/workflows/continous-integration.yml +++ b/.github/workflows/continous-integration.yml @@ -1138,7 +1138,7 @@ jobs: run: poetry build - name: Publish to PyPI 📦 - uses: pypa/gh-action-pypi-publish@c7f29f7adef1a245bd91520e94867e5c6eedddcc + uses: pypa/gh-action-pypi-publish@a56da0b891b3dc519c7ee3284aff1fad93cc8598 with: user: __token__ password: ${{ secrets.PYPI_TOKEN }}