Skip to content

Commit 1a00bd7

Browse files
authored
Update pythonpublish.yml build command
1 parent a253d99 commit 1a00bd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
3333
- name: Build
3434
run: |
35-
python setup.py sdist bdist_wheel
35+
python -m build
3636
3737
# See https://docs.pypi.org/trusted-publishers/using-a-publisher/
3838
- name: Publish package distributions to PyPI

0 commit comments

Comments
 (0)