File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ jobs:
13
13
uses : actions/setup-python@v1
14
14
with :
15
15
python-version : 3.7
16
- - name : Install pep517
17
- run : >-
18
- python -m pip install pep517 --user
16
+
17
+ - name : Install pypa/build
18
+ run : pip install build
19
19
- name : Build a binary wheel and a source tarball
20
- run : >-
21
- python -m pep517.build --source --binary --out-dir dist/ .
20
+ run : python -m build
21
+
22
22
- name : Publish distribution 📦 to Test PyPI
23
23
24
24
with :
Original file line number Diff line number Diff line change 20
20
* Format code with ` black ` and ` isort `
21
21
* Improve inline documentation
22
22
* Add ` MANIFEST.in ` to exclude specific files from ` sdist ` package
23
+ * CI: Update from ` pep517.build ` to ` build `
23
24
24
25
25
26
<a name =" 1.0.3 " ></a >
You can’t perform that action at this time.
0 commit comments