Skip to content

Commit

Permalink
CI: install build in the release job, needed to create sdist
Browse files Browse the repository at this point in the history
(cherry picked from commit 7121c76)

[skip ci]
  • Loading branch information
rgommers committed Nov 18, 2023
1 parent 8d57c9f commit e69b126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheel_tests_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install twine
pip install cython numpy
pip install cython numpy build
- uses: actions/download-artifact@v3
id: download
Expand Down

0 comments on commit e69b126

Please sign in to comment.