Commit graph

2 commits

Author SHA1 Message Date
Andreas Rammhold
a2854eaae0
Expand the -# flag in fetch-from-pypi.sh 2021-05-13 21:48:04 +02:00
Andreas Rammhold
cd693810c3
Always fallback to the Pypi API when fetching sources & wheels
Previously we randomly encountered issues where the Pypi mirror URLs
wouldn't be correct with packages whos first character is frequently
written in upper case (e.g. SqlAlchemy, MarkupSafe, ...). The Pypi
mirrors are aparently not consistent in the naming of the file locations
which lead to random errors after package version bumps.

By falling back to the API lookup (that we already did for wheels) we
can workaround that situation.
2021-05-13 21:48:03 +02:00
Renamed from fetch-wheel.sh (Browse further)