From 5372e3b40c57013b9f386d81fbe3cbb79fbe4ce8 Mon Sep 17 00:00:00 2001 From: kccwing <60852830+kccwing@users.noreply.github.com> Date: Wed, 28 Aug 2024 19:06:13 +0100 Subject: [PATCH] Update pypi_test.yaml --- .github/workflows/pypi_test.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pypi_test.yaml b/.github/workflows/pypi_test.yaml index 81cdc73b0..bc497b25a 100644 --- a/.github/workflows/pypi_test.yaml +++ b/.github/workflows/pypi_test.yaml @@ -51,7 +51,8 @@ jobs: build --user - name: Build a binary wheel and a source tarball - run: python3 setup.py sdist + # run: python3 setup.py sdist + run: python3 -m pip install --user -e . # run: python setup.py bdist_wheel --universal - name: Store the distribution packages uses: actions/upload-artifact@v3