From c462d885ad7943e12222b52eaece0425a3ed68a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kriszti=C3=A1n=20Sz=C5=B1cs?= Date: Tue, 30 Jul 2024 18:41:53 +0200 Subject: [PATCH] chore: use poetry directly to build sdist --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index dcab8c7..ec43fe1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -41,8 +41,8 @@ jobs: - name: Build sdist run: | - pipx install cython - pipx run build --sdist + pip install poetry + poetry build -f sdist - uses: actions/upload-artifact@v4 with: