Delete setup command

This commit is contained in:
keisuke-umezawa
2024-03-05 14:54:11 +09:00
parent a3f66871d8
commit 7a9a251ef1
5 changed files with 5 additions and 6 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 setup.py sdist bdist_wheel
- run: python -m build
- run: twine check dist/*
- name: Create GitHub release