Skip to content

Commit 1273c46

Browse files
authored
fix: makes publish package installs consistent (#574)
1 parent cbfeeea commit 1273c46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
- image: circleci/python:3.8
2424
steps:
2525
- checkout
26-
- run: python3 -m pip install pip setuptools packaging poetry clikit --upgrade
26+
- run: sudo python3 -m pip install pip setuptools packaging poetry clikit --upgrade
2727
- run: sudo make dev-install
28-
- run: pip install setuptools wheel twine
28+
- run: sudo pip install setuptools wheel twine
2929
- run: sudo python setup.py sdist bdist_wheel
3030
- run: twine upload -u $USERNAME -p $PASSWORD dist/*
3131
- slack/status

0 commit comments

Comments
 (0)