Skip to content

Commit

Permalink
🔧 MAINTAIN: Use pyproject-build for package deployment (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
hukkin authored Dec 1, 2021
1 parent bb6cf6e commit 2863ebb
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 @@ -119,8 +119,8 @@ jobs:
python-version: '3.7'
- name: Build package
run: |
pip install wheel
python setup.py sdist bdist_wheel
pip install build
python -m build
- name: Publish
uses: pypa/gh-action-pypi-publish@v1.1.0
with:
Expand Down

0 comments on commit 2863ebb

Please sign in to comment.