Skip to content

Commit d3dbd99

Browse files
committed
update package build command
1 parent 3d148ca commit d3dbd99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Build package
5555
shell: bash -l {0}
5656
run: |
57-
python setup.py bdist_wheel --universal
57+
python -m build
5858
- name: Publish package
5959
uses: pypa/gh-action-pypi-publish@release/v1
6060
with:

0 commit comments

Comments
 (0)