We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15b1d38 commit 83eb153Copy full SHA for 83eb153
.github/workflows/python-package.yml
@@ -40,3 +40,8 @@ jobs:
40
python -m pip install scipy
41
pip install -e .
42
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