Skip to content

Commit 72beafa

Browse files
committed
Change python build command in CI
1 parent 80b32ad commit 72beafa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
pip install -r requirements.txt
6161
- name: Build
6262
run: |
63-
python setup.py sdist bdist_wheel
63+
python -m build
6464
- name: Upload to pypi
6565
run: |
6666
twine upload -u ${{ secrets.PYPI_USERNAME }} -p ${{ secrets.PYPI_PASSWORD }} dist/*

0 commit comments

Comments
 (0)