Skip to content

Commit 58f243a

Browse files
authored
deleted CUDA_TAG from release to pypi (#47)
Co-authored-by: John Calderon <[email protected]>
1 parent 3fe4420 commit 58f243a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/whl-build-ec2.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,26 +53,18 @@ jobs:
5353
- name: Build Python3.8 wheel
5454
run: |
5555
./build_scripts/build_wheel.sh python3.8
56-
env:
57-
CUDA_TAG: cu121
5856
5957
- name: Build Python3.9 wheel
6058
run: |
6159
./build_scripts/build_wheel.sh python3.9
62-
env:
63-
CUDA_TAG: cu121
6460
6561
- name: Build Python3.10 wheel
6662
run: |
6763
./build_scripts/build_wheel.sh python3.10
68-
env:
69-
CUDA_TAG: cu121
7064
7165
- name: Build Python3.11 wheel
7266
run: |
7367
./build_scripts/build_wheel.sh python3.11
74-
env:
75-
CUDA_TAG: cu121
7668
7769
- uses: actions/upload-artifact@v3
7870
with:

0 commit comments

Comments
 (0)