From 8927703896e294133dd20bb113e5ee5bc63712ab Mon Sep 17 00:00:00 2001 From: Arthur Meyre Date: Mon, 10 Jan 2022 16:23:37 +0100 Subject: [PATCH] chore: fix command to use twine to run with poetry --- .github/workflows/continuous-integration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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