Skip to content

Commit 7121c76

Browse files
committed
CI: install build in the release job, needed to create sdist
1 parent 3e1cd8e commit 7121c76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheel_tests_and_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ jobs:
198198
run: |
199199
python -m pip install --upgrade pip
200200
pip install twine
201-
pip install cython numpy
201+
pip install cython numpy build
202202
203203
- uses: actions/download-artifact@v3
204204
id: download

0 commit comments

Comments
 (0)