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 903e645 commit 4e90b63Copy full SHA for 4e90b63
.github/workflows/python-publish.yml
@@ -39,7 +39,12 @@ jobs:
39
run: |
40
chmod +x ./tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-ubuntu.sh
41
./tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-ubuntu.sh
42
-
+
43
+ - name: Install Build
44
+ run: |
45
+ # NOTE: put your own distribution build steps here.
46
+ python -m pip install build
47
48
- name: Build wheels
49
uses: pypa/cibuildwheel@v3.0.1
50
with:
0 commit comments