Compare commits

...

2 Commits

Author SHA1 Message Date
Joan Fontanals Martinez d30b14e700 Merge branch 'main' of https://github.com/jina-ai/vectordb into fix-tests
Signed-off-by: Joan Fontanals Martinez <joan.martinez@jina.ai>
2023-06-19 10:48:35 +02:00
Joan Fontanals Martinez c7167d80a9 test: move integration tests
Signed-off-by: Joan Fontanals Martinez <joan.martinez@jina.ai>
2023-06-19 10:39:37 +02:00
5 changed files with 1 additions and 2 deletions

View File

@ -47,7 +47,6 @@ jobs:
with:
python-version: 3.7
- run: |
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
npm install git-release-notes
pip install twine wheel
./scripts/release.sh final "${{ github.event.inputs.release_reason }}" "${{github.actor}}"

View File

@ -40,7 +40,7 @@ setup(
python_requires='>=3.7',
entry_points={
'console_scripts': [
'vectordb=vectordb.__main__:deploy',
'vectordb=vectordb.__main__:vectordb',
],
},
extras_require={