Skip to content

Commit

Permalink
添加工作流中缺失依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkueid committed Dec 31, 2024
1 parent bcb2033 commit 1ab36fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-above-py310-.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
python-version: ${{ matrix.python-version }}
architecture: ${{ matrix.architecture }}

- name: Install setuptools
run: python -m pip install setuptools
- name: Install build deps
run: python -m pip install setuptools wheel

- name: Build a binary wheel
run: python setup.py bdist_wheel
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-under-py310.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
python-version: ${{ matrix.python-version }}
architecture: ${{ matrix.architecture }}

- name: Install pypa/build
run: python -m pip install setuptools
- name: Install build deps
run: python -m pip install setuptools wheel

- name: Build a binary wheel
run: python setup.py bdist_wheel
Expand Down

0 comments on commit 1ab36fb

Please sign in to comment.