diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index e316f39e6..d963cec74 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -786,7 +786,7 @@ jobs: - name: Push package to PyPi if: ${{ success() && !cancelled() && !fromJSON(env.IS_PRERELEASE) }} run: | - twine upload \ + poetry run twine upload \ -u __token__ -p ${{ secrets.PYPI_BOT_TOKEN }} \ -r pypi "${{ env.ARTIFACTS_PACKAGED_DIR }}"/*.whl