We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 963475e commit c5f1c35Copy full SHA for c5f1c35
1 file changed
.github/workflows/wheels.yml
@@ -163,6 +163,7 @@ jobs:
163
- name: Build sdist
164
run: |
165
python -m pip install -U pip build
166
+ cd numpy-src
167
python -m build --sdist -Csetup-args=-Dallow-noblas=true
168
169
- name: Test the sdist
0 commit comments