Skip to content

Commit 4b6a343

Browse files
authored
Update pythonpublish.yml build command
1 parent a31b4bb commit 4b6a343

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
@@ -36,7 +36,7 @@ jobs:
3636
3737
- name: Build
3838
run: |
39-
python setup.py sdist bdist_wheel
39+
python -m build
4040
4141
# See https://docs.pypi.org/trusted-publishers/using-a-publisher/
4242
- name: Publish package distributions to PyPI

0 commit comments

Comments
 (0)