Skip to content

Commit 2609a4e

Browse files
committed
Move from pep517.build to pypa/build
pypa/pyproject-hooks#91
1 parent 8e2b7b1 commit 2609a4e

File tree

2 files changed

+6
-38
lines changed

2 files changed

+6
-38
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,19 @@ jobs:
1414
uses: actions/setup-python@v2
1515
with:
1616
python-version: 3.9
17-
- name: Install PEP517
17+
- name: Install pypa/build
1818
run: >-
1919
python -m
2020
pip install
21-
pep517
21+
build
2222
--user
23-
- name: Test the build backend
24-
run: >-
25-
python -m
26-
pep517.check .
2723
- name: Build a binary wheel and a source tarball
2824
run: >-
2925
python -m
30-
pep517.build .
26+
build
27+
--sdist
28+
--wheel
29+
.
3130
- name: Publish distribution 📦 to Test PyPI
3231
uses: pypa/gh-action-pypi-publish@master
3332
with:

.github/workflows/test-use-pypa-build.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)