Skip to content

Commit f6829db

Browse files
AlexAUtkinAlexander.A.UtkinNikita Bushmakin
authored
Add Query support (#18)
Co-authored-by: Alexander.A.Utkin <[email protected]> Co-authored-by: Nikita Bushmakin <[email protected]>
1 parent f7220cf commit f6829db

38 files changed

+5439
-805
lines changed

.github/workflows/deploy-workflow.yml

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
verbose: true
6868
# user: __token__ ## used as default
6969
password: pypi-${{ secrets.PYPI_TOKEN }}
70+
attestations: false
7071

7172
test:
7273
strategy:

.github/workflows/test-deploy-workflow.yml

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
# user: __token__ ## used as default
6868
password: pypi-${{ secrets.TESTPYPI_TOKEN }}
6969
repository-url: https://test.pypi.org/legacy/
70+
attestations: false
7071

7172
test:
7273
strategy:

.github/workflows/test.sh

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
export PYTHONPATH=$(pwd)
12
python3 example/main.py || exit 1
23
python3 -m pytest tests/tests || exit 1
34
reindexer_server --db /tmp/reindex_test -l0 --serverlog="" --corelog="" --httplog="" --rpclog="" &

0 commit comments

Comments
 (0)