Skip to content

Commit

Permalink
use python -m build --wheel suggested by @akx
Browse files Browse the repository at this point in the history
  • Loading branch information
wkpark committed Jan 30, 2024
1 parent bd05f6c commit 565c3df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,8 @@ jobs:
- name: Build dist
shell: bash -el {0}
run: |
python setup.py bdist_wheel
python -m pip install build
python -m build --wheel
mkdir dist/cu${{ matrix.cuda-version }}
mv dist/bitsandbytes*.* dist/cu${{ matrix.cuda-version }}/
Expand Down

0 comments on commit 565c3df

Please sign in to comment.