Skip to content

Commit 2863ebb

Browse files
authored
🔧 MAINTAIN: Use pyproject-build for package deployment (#177)
1 parent bb6cf6e commit 2863ebb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ jobs:
119119
python-version: '3.7'
120120
- name: Build package
121121
run: |
122-
pip install wheel
123-
python setup.py sdist bdist_wheel
122+
pip install build
123+
python -m build
124124
- name: Publish
125125
uses: pypa/[email protected]
126126
with:

0 commit comments

Comments
 (0)