Switched to new build and publish workflow (#4337)

This commit is contained in:
Ofek Lev
2022-09-10 10:48:11 -04:00
committed by GitHub
parent b344ae8836
commit 9603c71ada
5 changed files with 53 additions and 93 deletions

View File

@@ -46,10 +46,10 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}
- name: Set up Python dependencies
run: pip install --upgrade setuptools wheel twine
run: pip install --upgrade build twine
- name: Build Python package
run: python setup.py build sdist bdist_wheel --universal
run: python -m build
- name: Publish Python package
env: