File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -178,8 +178,8 @@ jobs:
178178 mkdir -p wheels/
179179
180180 # The whole point of the continuous release is to have a stable download link and the only way to have a PEP 440–compliant wheel name
181- # is to use a stable placeholder version. Otherwise, pip won't let you install the wheel. The cool thing is that we can now install the
182- # wheel directly from the GH pre-release which gets updated continuously, e.g.
181+ # is to use a stable placeholder version. Otherwise, pip won't let you install the wheel. The cool thing is that we can now install the
182+ # wheel directly from the GH pre-release which gets updated continuously, e.g.
183183 # `pip install https://github.com/bitsandbytes-foundation/bitsandbytes/releases/download/continuous-release_main/bitsandbytes-1.33.7.preview-py3-none-manylinux_2_24_x86_64.whl`
184184 STABLE_PLACEHOLDER_VERSION="1.33.7.preview"
185185
You can’t perform that action at this time.
0 commit comments