chore: fix command to use twine to run with poetry

This commit is contained in:
Arthur Meyre
2022-01-10 16:23:37 +01:00
parent 61deac66bf
commit 8927703896

View File

@@ -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