We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60754cc commit 0e0ecbbCopy full SHA for 0e0ecbb
.circleci/config.yml
@@ -68,7 +68,7 @@ jobs:
68
TWINE_PASSWORD: $TWINE_PASSWORD
69
command: |
70
python3 -m pip install twine
71
- twine upload --skip-existing wheelhouse/*
+ python3 -m twine upload --skip-existing wheelhouse/*
72
73
workflows:
74
wheels: # This is the name of the workflow, feel free to change it to better match your workflow.
0 commit comments