Skip to content

Commit 872c939

Browse files
committed
ci_scripts: check_versions.py: use proxy URL for registry
Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
1 parent 191ba6a commit 872c939

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci_scripts/check_versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
import requests
2424

2525

26-
REGISTRY_URL = "https://gitlab.com/api/v4/projects/56254198/packages/pypi/simple"
26+
REGISTRY_URL = "https://pypi.riseproject.dev/simple/"
2727
PACKAGES_FILE = "ci_scripts/packages.txt"
2828
REPO = "riseproject-dev/python-wheels"
2929

0 commit comments

Comments
 (0)