don't build bdist (#2076) [skip ci]

This commit is contained in:
Wing Lian
2024-11-18 12:36:03 -05:00
committed by GitHub
parent 9871fa060b
commit 8403c67156

View File

@@ -56,9 +56,9 @@ jobs:
run: |
sed -i -E 's/version="([0-9.]+)",/version="${{ steps.tag.outputs.TAG_NAME }}",/g' setup.py
- name: Build a binary wheel
- name: Build a source dist
run: |
python setup.py sdist bdist_wheel
python setup.py sdist
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1