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