Skip to content

Commit a03a69f

Browse files
authored
ci: install build to release (#80)
1 parent 5b93383 commit a03a69f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
with:
2323
python-version: 3.12
2424

25+
- name: Install build
26+
run: |
27+
python3 -m pip install build
28+
2529
- name: Build the packages distributions
2630
run: |
2731
python3 -m build . --wheel --sdist

0 commit comments

Comments
 (0)