From 2396379e505832b26713ff1231f59229d52b4006 Mon Sep 17 00:00:00 2001 From: kccwing <60852830+kccwing@users.noreply.github.com> Date: Wed, 28 Aug 2024 16:19:58 +0100 Subject: [PATCH] Update pypi_test.yaml --- .github/workflows/pypi_test.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/pypi_test.yaml b/.github/workflows/pypi_test.yaml index cc023372d..921f9f847 100644 --- a/.github/workflows/pypi_test.yaml +++ b/.github/workflows/pypi_test.yaml @@ -44,6 +44,12 @@ jobs: mkdir build && cd build cmake .. && make install -j 4 && cd .. pip install -e . + - name: Install pypa/build + run: >- + python3 -m + pip install + build + --user - name: Build a binary wheel and a source tarball run: python3 -m build - name: Store the distribution packages