diff --git a/.github/workflows/release-and-pypi-publish.yml b/.github/workflows/release-and-pypi-publish.yml index 0b8dd346e..14bfd7367 100644 --- a/.github/workflows/release-and-pypi-publish.yml +++ b/.github/workflows/release-and-pypi-publish.yml @@ -171,6 +171,7 @@ jobs: run: | pip install wheel python setup.py bdist_wheel + find dist -type f ! -name "*.whl" -exec rm -f {} + - name: Publish package to PyPI uses: pypa/gh-action-pypi-publish@release/v1