From c571ec94c485059168b793d32a17e150b81dac4b Mon Sep 17 00:00:00 2001 From: kccwing <60852830+kccwing@users.noreply.github.com> Date: Mon, 7 Oct 2024 23:57:49 +0100 Subject: [PATCH] include also tarball to pypi --- .github/workflows/pypi_build.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pypi_build.yaml b/.github/workflows/pypi_build.yaml index 4105c7d04..665ac5914 100644 --- a/.github/workflows/pypi_build.yaml +++ b/.github/workflows/pypi_build.yaml @@ -53,8 +53,10 @@ jobs: --user - name: Install wheel run: python3 -m pip install wheel --user - - name: Build a binary wheel and a source tarball - run: python3 setup.py bdist_wheel + - name: Build a source tarball + run: python setup.py sdist + - name: Build a binary wheel + run: python3 setup.py bdist_wheel - name: Find the wheel created during pip install run: python3 -m pip cache dir