Skip to content

Commit bb06119

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎.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/gh-action-pypi-publish@v1.1.0
7474
with:

0 commit comments

Comments
 (0)