Skip to content

Commit e17efb0

Browse files
didpgeorge
authored andcommitted
upip: Fix upip bootstrap script to use pypi.org.
1 parent b4c27ea commit e17efb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upip/bootstrap_upip.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ fi
99

1010
# Remove any stale old version
1111
rm -rf micropython-upip-*
12-
wget -nd -r -l1 https://pypi.python.org/pypi/micropython-upip/ --accept-regex ".*pypi.python.org/packages/source/.*.gz" --reject=html
12+
wget -nd -rH -l1 -D files.pythonhosted.org https://pypi.org/project/micropython-upip/ --reject=html
1313

1414
tar xfz micropython-upip-*.tar.gz
1515
mkdir -p ~/.micropython/lib/

0 commit comments

Comments
 (0)