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 4031fef commit 191ba6aCopy full SHA for 191ba6a
1 file changed
.github/workflows/build-numpy.yml
@@ -23,7 +23,7 @@ permissions:
23
env:
24
# `inputs.version` is empty on pull_request events; default to 2.5.0 there.
25
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
+ UV_EXTRA_INDEX_URL: https://pypi.riseproject.dev/simple/
27
UV_INDEX_STRATEGY: unsafe-best-match
28
UV_ONLY_BINARY: ':all:'
29
0 commit comments