Skip to content

Commit 203c1bf

Browse files
committed
CI: Use build frontend in deploy step
1 parent a784b91 commit 203c1bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ jobs:
9191
with:
9292
python-version: ${{ matrix.python-version }}
9393
- name: Install build tools
94-
run: python -m pip install --upgrade pip setuptools wheel twine
94+
run: python -m pip install build twine
9595
- name: Build source and wheel distributions
96-
run: python setup.py sdist bdist_wheel
96+
run: python -m build
9797
- name: Check distributions
9898
run: twine check dist/*
9999
- uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)