Skip to content

Commit 87a7bb9

Browse files
committed
CI: Update from pep517.build to build
1 parent 71e8849 commit 87a7bb9

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
uses: actions/setup-python@v1
1414
with:
1515
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
1919
- 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+
2222
- name: Publish distribution 📦 to Test PyPI
2323
uses: pypa/[email protected]
2424
with:

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
* Format code with `black` and `isort`
2121
* Improve inline documentation
2222
* Add `MANIFEST.in` to exclude specific files from `sdist` package
23+
* CI: Update from `pep517.build` to `build`
2324

2425

2526
<a name="1.0.3"></a>

0 commit comments

Comments
 (0)