Skip to content

Commit

Permalink
Build with PEP 517
Browse files Browse the repository at this point in the history
  • Loading branch information
Unrud committed Jul 3, 2022
1 parent f7fd323 commit d8604be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
with:
python-version: 3.x
- name: Install build dependencies
run: pip install setuptools wheel
run: pip install build
- name: Build
run: python setup.py sdist bdist_wheel
run: python -m build --sdist --wheel
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@master
with:
Expand Down

0 comments on commit d8604be

Please sign in to comment.