Add --sdist --wheel

This commit is contained in:
keisuke-umezawa
2024-03-05 14:58:09 +09:00
parent 7a9a251ef1
commit 54d8b1f1e9
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ jobs:
run: |
python -m pip install --upgrade pip setuptools
pip install --progress-bar off wheel twine
- run: python -m build
- run: python -m build --sdist --wheel
- run: twine check dist/*
- name: Create GitHub release
+1 -1
View File
@@ -29,7 +29,7 @@ jobs:
run: |
python -m pip install --upgrade pip setuptools
pip install --progress-bar off wheel twine
- run: python -m buil
- run: python -m build --sdist --wheel
- name: Publish distribution to PyPI
uses: pypa/gh-action-pypi-publish@release/v1