From 695383a91feaafd38830806a572f7246559ef7f5 Mon Sep 17 00:00:00 2001 From: Sebastian Quintero Date: Fri, 18 Oct 2024 15:29:28 -0500 Subject: [PATCH] Add python build --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9f357f1..8aac69a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -167,6 +167,9 @@ jobs: pip install --upgrade pip pip install -r requirements.txt + - name: build binary wheel and source tarball + run: python -m build + - name: download artifacts uses: actions/download-artifact@v4 with: