Skip to content

Commit ef48993

Browse files
committed
Attempt to fix source dist build in github action
1 parent 32489e3 commit ef48993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080

8181
- name: Create source distribution archive
8282
run: |
83-
python -m pip install numpy
83+
python -m pip install build
8484
python -m build --sdist -o wheelhouse
8585
8686
- uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)