Skip to content

Commit 4e90b63

Browse files
Update python-publish.yml
1 parent 903e645 commit 4e90b63

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,12 @@ jobs:
3939
run: |
4040
chmod +x ./tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-ubuntu.sh
4141
./tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-ubuntu.sh
42-
42+
43+
- name: Install Build
44+
run: |
45+
# NOTE: put your own distribution build steps here.
46+
python -m pip install build
47+
4348
- name: Build wheels
4449
uses: pypa/cibuildwheel@v3.0.1
4550
with:

0 commit comments

Comments
 (0)