Skip to content

Commit 3e69a3f

Browse files
committed
fix: 淇workflow鏋勫缓澶辫触 - 绉婚櫎鍗曠嫭瀹夎tufup閬垮厤渚濊禆鍐茬獊
1 parent 91f1bd5 commit 3e69a3f

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/build-and-release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,10 @@ jobs:
1919
- name: Install dependencies
2020
run: |
2121
python -m pip install --upgrade pip
22-
pip install tufup
2322
pip install -r requirements_cpu.txt
2423
pip install pyinstaller
2524
- name: Build CPU version
26-
run: python build_packages.py ${{ github.ref_name }} --build cpu
25+
run: python build_packages.py "${{ github.ref_name }}" --build cpu
2726
- name: Upload CPU artifacts
2827
uses: actions/upload-artifact@v4
2928
with:
@@ -42,11 +41,10 @@ jobs:
4241
- name: Install dependencies
4342
run: |
4443
python -m pip install --upgrade pip
45-
pip install tufup
4644
pip install -r requirements_gpu.txt
4745
pip install pyinstaller
4846
- name: Build GPU version
49-
run: python build_packages.py ${{ github.ref_name }} --build gpu
47+
run: python build_packages.py "${{ github.ref_name }}" --build gpu
5048
- name: Upload GPU artifacts
5149
uses: actions/upload-artifact@v4
5250
with:

0 commit comments

Comments
 (0)