mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
chore: fix command to use twine to run with poetry
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user