Skip to content

Commit 191ba6a

Browse files
committed
workflows: build-numpy: use proxy URL for indexing
Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
1 parent 4031fef commit 191ba6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-numpy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ permissions:
2323
env:
2424
# `inputs.version` is empty on pull_request events; default to 2.5.0 there.
2525
NUMPY_VERSION: ${{ inputs.version || '2.5.0' }}
26-
UV_EXTRA_INDEX_URL: https://gitlab.com/api/v4/projects/riseproject%2Fpython%2Fwheel_builder/packages/pypi/simple
26+
UV_EXTRA_INDEX_URL: https://pypi.riseproject.dev/simple/
2727
UV_INDEX_STRATEGY: unsafe-best-match
2828
UV_ONLY_BINARY: ':all:'
2929

0 commit comments

Comments
 (0)