From 6f1eeb850bad207ce8579e082c0362ae81ce44b6 Mon Sep 17 00:00:00 2001 From: Mike Casale <46603283+mikewcasale@users.noreply.github.com> Date: Thu, 10 Aug 2023 04:24:22 -0700 Subject: [PATCH] Update release-and-pypi-publish.yml --- .github/workflows/release-and-pypi-publish.yml | 1 + 1 file changed, 1 insertion(+) 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