Skip to content

Commit 82f4b96

Browse files
Update python-publish.yml
1 parent ea3067d commit 82f4b96

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ jobs:
4040
- name: Build wheels
4141
uses: pypa/cibuildwheel@v3.0.1
4242
env:
43-
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.8"
43+
cuda: "12.9"
44+
temp: "/tmp/cuda-temp"
4445
with:
4546
package-dir: .
4647
output-dir: wheelhouse

0 commit comments

Comments
 (0)