Skip to content

Commit

Permalink
🔧 MAINTAIN: Use pyproject-build for package deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Dec 2, 2021
1 parent d43c41b commit bb06119
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ jobs:
python-version: 3.8
- name: Build package
run: |
pip install wheel
python setup.py sdist bdist_wheel
pip install build
python -m build
- name: Publish
uses: pypa/[email protected]
with:
Expand Down

0 comments on commit bb06119

Please sign in to comment.