Skip to content

Commit d7870fa

Browse files
committed
Migrate from pep517, which is deprecated, to build
1 parent 1009813 commit d7870fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,11 @@ jobs:
8181
with:
8282
python-version: "3.9"
8383

84-
- name: "Install pep517 and twine"
85-
run: "python -m pip install pep517 twine"
84+
- name: "Install build and twine"
85+
run: "python -m pip install build twine"
8686

8787
- name: "Build package"
88-
run: "python -m pep517.build --source --binary ."
88+
run: "python -m build"
8989

9090
- name: "List result"
9191
run: "ls -l dist"

0 commit comments

Comments
 (0)