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