Install build

This commit is contained in:
keisuke-umezawa
2024-03-05 14:59:26 +09:00
parent 54d8b1f1e9
commit e5ca8ea0d3
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools
pip install --progress-bar off wheel twine
pip install --progress-bar off wheel twine build
- run: python -m build --sdist --wheel
- run: twine check dist/*