Skip to content

Commit 54c0c70

Browse files
authored
Merge pull request #37 from synkd/run_build_in_setup_step
Use build command instead of setup.py
2 parents de45afc + 874e46e commit 54c0c70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: |
2626
pip install -U pip
2727
pip install .[setup]
28-
python setup.py sdist bdist_wheel
28+
python -m build
2929
python -m twine check dist/*
3030
3131
- name: Build and publish

0 commit comments

Comments
 (0)