From e369dfe1ce1bb8b71a72b572ff77713840ff9584 Mon Sep 17 00:00:00 2001 From: David Hotham Date: Fri, 27 Mar 2026 21:45:58 +0000 Subject: [PATCH] chore: Build and publish a wheel --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8585285..266b1d1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,9 +19,9 @@ jobs: - name: build release distributions run: | pip install poetry - poetry build -f sdist + poetry build - - name: upload windows dists + - name: upload release distributions uses: actions/upload-artifact@v4 with: name: release-dists