Skip to content

Commit 354d661

Browse files
committed
PEP 517/518推奨のBuild方法へ変更
1 parent 967e4e9 commit 354d661

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,11 @@ jobs:
2020
- name: Install dependencies
2121
run: |
2222
python -m pip install --upgrade pip
23-
pip install setuptools>=61.0.0 wheel
23+
pip install build
2424
2525
- name: Build
2626
run: |
27-
python setup.py sdist
28-
python setup.py bdist_wheel
27+
python -m build
2928
3029
- name: Check
3130
run: |

0 commit comments

Comments
 (0)