From 08d553d0d31ee29606e408723776eb795c527bb8 Mon Sep 17 00:00:00 2001 From: Dustin Spicuzza Date: Tue, 31 Oct 2023 02:37:37 -0400 Subject: [PATCH] Update artifactory --- robotpy_installer/installer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/robotpy_installer/installer.py b/robotpy_installer/installer.py index fab9a01..4f16007 100755 --- a/robotpy_installer/installer.py +++ b/robotpy_installer/installer.py @@ -32,7 +32,7 @@ f"https://download.ni.com/ni-linux-rt/feeds/academic/2023/arm/extra/{_OPKG_ARCH}", ] -_ROBORIO_WHEELS = f"https://www.tortall.net/~robotpy/wheels/{_WPILIB_YEAR}/roborio" +_ROBORIO_WHEELS = f"https://wpilib.jfrog.io/artifactory/api/pypi/wpilib-python-release-{_WPILIB_YEAR}/simple" _ROBORIO_IMAGES = [ "2024_v1.1", @@ -660,7 +660,7 @@ def download( "--no-cache-dir", "--disable-pip-version-check", "download", - "--find-links", + "--extra-index-url", _ROBORIO_WHEELS, "--only-binary", ":all:",