build and publish wheel (#5088)

This commit is contained in:
David Hotham
2025-02-14 10:15:12 +00:00
committed by GitHub
parent 841489c154
commit b4b02982d6

View File

@ -24,7 +24,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox wheel
pip install tox build
- name: Deployment Tests
env:
@ -34,9 +34,8 @@ jobs:
run: |
tox -e testcore
- name: Build Python source tarball
# run: python setup.py sdist bdist_wheel
run: python setup.py sdist
- name: Build Python distributions
run: python -m build
- name: Publish package to PyPI
if: ${{ github.ref == 'refs/heads/master' }}