From 45c7cf64d431b8db5c3f0e3cdb3c2edb7060d07c Mon Sep 17 00:00:00 2001 From: Tom Close Date: Fri, 17 May 2024 17:36:16 +1000 Subject: [PATCH] fixed up build gha --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 2db2892..1a566e6 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -92,7 +92,7 @@ jobs: python-version: '3.11' - name: Install build tools - run: python3 -m pip install --break-system-packagesbuild twine + run: python3 -m pip install --break-system-packages build twine - name: Build source and wheel distributions run: python3 -m build .