Skip to content

Commit e4a07d1

Browse files
committed
test sdist install
1 parent a20789e commit e4a07d1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/wheel.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ jobs:
5454
- name: Build sdist
5555
run: python setup.py sdist
5656

57+
- name: test install
58+
run: pip install dist/numcodecs*.tar.gz
59+
5760
- uses: actions/upload-artifact@v2
5861
with:
5962
path: dist/*.tar.gz

0 commit comments

Comments
 (0)