Skip to content

Commit bb06119

Browse files
committed
🔧 MAINTAIN: Use pyproject-build for package deployment
1 parent d43c41b commit bb06119

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ jobs:
6767
python-version: 3.8
6868
- name: Build package
6969
run: |
70-
pip install wheel
71-
python setup.py sdist bdist_wheel
70+
pip install build
71+
python -m build
7272
- name: Publish
7373
uses: pypa/[email protected]
7474
with:

0 commit comments

Comments
 (0)