We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fe4420 commit 58f243aCopy full SHA for 58f243a
.github/workflows/whl-build-ec2.yaml
@@ -53,26 +53,18 @@ jobs:
53
- name: Build Python3.8 wheel
54
run: |
55
./build_scripts/build_wheel.sh python3.8
56
- env:
57
- CUDA_TAG: cu121
58
59
- name: Build Python3.9 wheel
60
61
./build_scripts/build_wheel.sh python3.9
62
63
64
65
- name: Build Python3.10 wheel
66
67
./build_scripts/build_wheel.sh python3.10
68
69
70
71
- name: Build Python3.11 wheel
72
73
./build_scripts/build_wheel.sh python3.11
74
75
76
77
- uses: actions/upload-artifact@v3
78
with:
0 commit comments