Skip to content

Commit 1ab36fb

Browse files
committed
添加工作流中缺失依赖
1 parent bcb2033 commit 1ab36fb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: .github/workflows/publish-above-py310-.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
python-version: ${{ matrix.python-version }}
2727
architecture: ${{ matrix.architecture }}
2828

29-
- name: Install setuptools
30-
run: python -m pip install setuptools
29+
- name: Install build deps
30+
run: python -m pip install setuptools wheel
3131

3232
- name: Build a binary wheel
3333
run: python setup.py bdist_wheel

Diff for: .github/workflows/publish-under-py310.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
python-version: ${{ matrix.python-version }}
2828
architecture: ${{ matrix.architecture }}
2929

30-
- name: Install pypa/build
31-
run: python -m pip install setuptools
30+
- name: Install build deps
31+
run: python -m pip install setuptools wheel
3232

3333
- name: Build a binary wheel
3434
run: python setup.py bdist_wheel

0 commit comments

Comments
 (0)