From 14eaead4d144b747030a2e699909c91a08091ad4 Mon Sep 17 00:00:00 2001 From: Matteo Visconti di Oleggio Castello Date: Thu, 3 Feb 2022 12:55:28 -0800 Subject: [PATCH] FIX skip building wheels --- .github/workflows/publish_to_pypi.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/publish_to_pypi.yml b/.github/workflows/publish_to_pypi.yml index 7a3ae5ea9..5f449bddc 100644 --- a/.github/workflows/publish_to_pypi.yml +++ b/.github/workflows/publish_to_pypi.yml @@ -15,12 +15,11 @@ jobs: python -m pip install build - - name: Build a binary wheel and a source tarball + - name: Build a source tarball run: >- python -m build --sdist - --wheel --outdir dist/ - name: Publish distribution to PyPI if: startsWith(github.ref, 'refs/tags')