Skip to content

Commit 83eb153

Browse files
authored
Update python-package.yml
1 parent 15b1d38 commit 83eb153

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,8 @@ jobs:
4040
python -m pip install scipy
4141
pip install -e .
4242
pytest
43+
- name: Install build tools
44+
run: pip install build
45+
- name: Build the package
46+
run: |
47+
python -m build

0 commit comments

Comments
 (0)