Skip to content

Commit 70b5a4b

Browse files
seifertmasvetlov
andauthored
Change the packaging command to use build
Co-authored-by: Andrew Svetlov <[email protected]>
1 parent e2ab42f commit 70b5a4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: "Install poetry, check-wheel-content, and twine"
6060
run: "python -m pip install build check-wheel-contents twine"
6161
- name: "Build package"
62-
run: "python setup.py sdist bdist_wheel"
62+
run: "python -m build"
6363
- name: "List result"
6464
run: "ls -l dist"
6565
- name: "Check wheel contents"

0 commit comments

Comments
 (0)