Skip to content

Commit 0e0ecbb

Browse files
committed
circleci: run twine differently
1 parent 60754cc commit 0e0ecbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
TWINE_PASSWORD: $TWINE_PASSWORD
6969
command: |
7070
python3 -m pip install twine
71-
twine upload --skip-existing wheelhouse/*
71+
python3 -m twine upload --skip-existing wheelhouse/*
7272
7373
workflows:
7474
wheels: # This is the name of the workflow, feel free to change it to better match your workflow.

0 commit comments

Comments
 (0)