unconditionally build python package

This commit is contained in:
Jeff Epler 2022-12-20 10:23:12 -06:00
parent dd76e0a45e
commit b11a0c814e
No known key found for this signature in database
GPG key ID: D5BF15AB975AB4DE

View file

@ -64,12 +64,7 @@ jobs:
with:
name: bundles
path: ${{ github.workspace }}/bundles/
- name: Check For setup.py
id: need-pypi
run: |
echo ::set-output name=setup-py::$( find . -wholename './setup.py' )
- name: Build Python package
if: contains(steps.need-pypi.outputs.setup-py, 'setup.py')
run: |
pip install --upgrade setuptools wheel twine readme_renderer testresources
python setup.py sdist