8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68e3022 commit daecf51Copy full SHA for daecf51
build.sh
@@ -13,7 +13,7 @@ python3 -m pip install -r requirements.txt
13
git pull origin main
14
15
# Fetch fresh copy of top packages
16
-wget https://hugovk.github.io/top-pypi-packages/top-pypi-packages-30-days.min.json -O top-pypi-packages.json
+wget https://hugovk.github.io/top-pypi-packages/top-pypi-packages.min.json -O top-pypi-packages.json
17
18
# Fetch Python EOL dates
19
wget https://endoflife.date/api/python.json -O python-eol.json
0 commit comments