We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
publish
1 parent cbfeeea commit 1273c46Copy full SHA for 1273c46
.circleci/config.yml
@@ -23,9 +23,9 @@ jobs:
23
- image: circleci/python:3.8
24
steps:
25
- checkout
26
- - run: python3 -m pip install pip setuptools packaging poetry clikit --upgrade
+ - run: sudo python3 -m pip install pip setuptools packaging poetry clikit --upgrade
27
- run: sudo make dev-install
28
- - run: pip install setuptools wheel twine
+ - run: sudo pip install setuptools wheel twine
29
- run: sudo python setup.py sdist bdist_wheel
30
- run: twine upload -u $USERNAME -p $PASSWORD dist/*
31
- slack/status
0 commit comments