Build package with python -m build

This commit is contained in:
Alexander King 2021-10-22 09:18:08 -04:00
parent c82bda259c
commit 9b3cb8eee3
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ jobs:
- name: Build package
run: |
python setup.py sdist bdist_wheel
python -m build
- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@master