Skip to content

Commit a02c4ad

Browse files
Update python-package.yml
Fix trailing whitespace.
1 parent f3adf4f commit a02c4ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)