Skip to content

Commit ce6d89a

Browse files
committed
Also update to build backend in publish workflow
1 parent 8d4640e commit ce6d89a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
python-version: 3.8
1616
- name: Install build dependencies
1717
run: |
18-
python -m pip install --upgrade pip wheel
18+
python -m pip install --upgrade pip wheel build
1919
- name: Build package
2020
run: |
21-
python setup.py sdist bdist_wheel
21+
python -m build
2222
- name: Publish a Python distribution to PyPI
2323
uses: pypa/[email protected]
2424
with:

0 commit comments

Comments
 (0)