Skip to content

Commit 12ab6b2

Browse files
committed
try again
1 parent 01ce937 commit 12ab6b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ jobs:
6767
shell: bash -l {0}
6868
run: |
6969
if [[ "${{ matrix.cuda }}" == "cu118" ]]; then
70-
echo ("TORCH_CUDA_ARCH_LIST='3.5;5.0;6.0;6.1;7.0;7.5;8.0;8.6;8.9+PTX'") >> $env:GITHUB_ENV
70+
echo "TORCH_CUDA_ARCH_LIST='3.5;5.0;6.0;6.1;7.0;7.5;8.0;8.6;8.9+PTX'" >> $env:GITHUB_ENV
7171
elif [[ "${{ matrix.cuda }}" == "cu124" ]]; then
72-
echo ("TORCH_CUDA_ARCH_LIST='5.0;6.0;6.1;7.0;7.5;8.0;8.6;8.9;9.0+PTX'") >> $env:GITHUB_ENV
72+
echo "TORCH_CUDA_ARCH_LIST='5.0;6.0;6.1;7.0;7.5;8.0;8.6;8.9;9.0+PTX'" >> $env:GITHUB_ENV
7373
fi
7474
7575
- name: Build wheels

0 commit comments

Comments
 (0)