Skip to content

Commit

Permalink
ci: install build to release (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
jd authored Jan 25, 2024
1 parent 5b93383 commit a03a69f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
with:
python-version: 3.12

- name: Install build
run: |
python3 -m pip install build
- name: Build the packages distributions
run: |
python3 -m build . --wheel --sdist
Expand Down

0 comments on commit a03a69f

Please sign in to comment.