Fix pypi-publish action

This commit is contained in:
c-bata
2024-03-12 16:20:46 +09:00
parent 0664ea32bb
commit 44d3bb336a
+1 -1
View File
@@ -28,7 +28,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
- name: Publish distribution to PyPI