Skip to content

Commit c6ff2e1

Browse files
author
Lachlan Grose
committed
fix: adding numpy and cython to sdist
1 parent 13e0796 commit c6ff2e1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,9 @@ jobs:
157157
- uses: actions/checkout@v3
158158

159159
- name: Build SDist
160-
run: pipx run build --sdist
160+
run: |
161+
pip install numpy cython
162+
pipx run build --sdist
161163
162164
- uses: actions/upload-artifact@v3
163165
with:

0 commit comments

Comments
 (0)