From d7c0e10c9c95993129d6d7272e2bd0dc489a1f74 Mon Sep 17 00:00:00 2001 From: John Calderon Date: Tue, 5 Mar 2024 14:16:10 -0500 Subject: [PATCH] deleted CUDA_TAG from release to pypi --- .github/workflows/whl-build-ec2.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/whl-build-ec2.yaml b/.github/workflows/whl-build-ec2.yaml index 260a707..5a6eb71 100644 --- a/.github/workflows/whl-build-ec2.yaml +++ b/.github/workflows/whl-build-ec2.yaml @@ -53,26 +53,18 @@ jobs: - name: Build Python3.8 wheel run: | ./build_scripts/build_wheel.sh python3.8 - env: - CUDA_TAG: cu121 - name: Build Python3.9 wheel run: | ./build_scripts/build_wheel.sh python3.9 - env: - CUDA_TAG: cu121 - name: Build Python3.10 wheel run: | ./build_scripts/build_wheel.sh python3.10 - env: - CUDA_TAG: cu121 - name: Build Python3.11 wheel run: | ./build_scripts/build_wheel.sh python3.11 - env: - CUDA_TAG: cu121 - uses: actions/upload-artifact@v3 with: