Skip to content

Commit

Permalink
Add python build
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-quintero committed Oct 18, 2024
1 parent 833813a commit 695383a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 695383a

Please sign in to comment.