Skip to content

Commit 976fbdc

Browse files
authored
Merge pull request #244 from fastlabel/fix/release-build
ビルドに必要なsetuptools v61.0.0を指定してインストール
2 parents bf93e92 + 81fff42 commit 976fbdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install dependencies
2121
run: |
2222
python -m pip install --upgrade pip
23-
pip install setuptools wheel
23+
pip install setuptools>=61.0.0 wheel
2424
2525
- name: Build
2626
run: |

0 commit comments

Comments
 (0)