Skip to content

Commit 27dc6eb

Browse files
committed
Add test for vector-index
1 parent 5702ad2 commit 27dc6eb

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/release.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ jobs:
2828
run: python -m pip install --upgrade build
2929

3030
- name: Build
31-
run: python -m build
31+
run: |
32+
cp -r templates/* superduper/templates/
33+
python -m build
3234
3335
# smoke-test that build is valid
3436
- name: Check wheel contents
@@ -115,4 +117,4 @@ jobs:
115117
packages-dir: artifact/
116118
- uses: pypa/gh-action-pypi-publish@release/v1
117119
with:
118-
packages-dir: artifact/
120+
packages-dir: artifact/

MANIFEST.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
recursive-include templates *
2-
recursive-include superduper/rest/out *
1+
recursive-include superduper/templates *
2+
recursive-include superduper/rest/out *

0 commit comments

Comments
 (0)