Skip to content

Commit 1273c46

Browse files
authored
fix: makes publish package installs consistent (supertokens#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

Lines changed: 2 additions & 2 deletions
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy