We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pep517
build
1 parent 1009813 commit d7870faCopy full SHA for d7870fa
.github/workflows/main.yml
@@ -81,11 +81,11 @@ jobs:
81
with:
82
python-version: "3.9"
83
84
- - name: "Install pep517 and twine"
85
- run: "python -m pip install pep517 twine"
+ - name: "Install build and twine"
+ run: "python -m pip install build twine"
86
87
- name: "Build package"
88
- run: "python -m pep517.build --source --binary ."
+ run: "python -m build"
89
90
- name: "List result"
91
run: "ls -l dist"
0 commit comments