File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6363 python-version : ${{ matrix.python-version }}
6464
6565 - name : Install Python package dependencies
66- run : python -m pip install --upgrade cython==3.1.3 wheel numpy setuptools_rust
66+ run : python -m pip install --upgrade cython wheel numpy setuptools_rust draken
6767
6868 - name : Install Rust aarch64-apple-darwin target
6969 run : rustup target add aarch64-apple-darwin
@@ -109,7 +109,7 @@ jobs:
109109 architecture : x64
110110
111111 - name : Install Python package dependencies
112- run : python -m pip install --upgrade cython==3.1.3 wheel numpy setuptools_rust pyarrow
112+ run : python -m pip install --upgrade cython wheel numpy setuptools_rust draken
113113
114114 - name : Build binary wheel
115115 run : python setup.py bdist_wheel
@@ -128,7 +128,7 @@ jobs:
128128 uses : actions/checkout@v4.1.7
129129
130130 - name : Install Python package dependencies
131- run : python -m pip install --upgrade cython==3.1.3 wheel numpy setuptools_rust pyarrow
131+ run : python -m pip install --upgrade cython wheel numpy setuptools_rust draken
132132
133133 - name : Create source dist
134134 run : python setup.py sdist
Original file line number Diff line number Diff line change 1515PYBIN=" /opt/python/cp${PYTHON_VERSION// .} -cp${PYTHON_VERSION// .} /bin"
1616
1717# Install necessary packages
18- " ${PYBIN} /python" -m pip install -U setuptools wheel setuptools-rust numpy cython auditwheel
18+ " ${PYBIN} /python" -m pip install -U setuptools wheel setuptools-rust numpy cython auditwheel draken
1919
2020# Build the wheel
2121" ${PYBIN} /python" setup.py bdist_wheel
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ class VersionStatus(Enum):
2525
2626__major_version__ = 0
2727__minor_version__ = 26
28- __revision_version__ = 0
28+ __revision_version__ = 1
2929__author__ = "@joocer"
3030__status__ = VersionStatus .RELEASE
3131
Original file line number Diff line number Diff line change 11# THIS FILE IS AUTOMATICALLY UPDATED DURING THE BUILD PROCESS
22# DO NOT EDIT THIS FILE DIRECTLY
33
4- __build__ = 1737
4+ __build__ = 1738
55__author__ = "@joocer"
6- __version__ = "0.26.0 "
6+ __version__ = "0.26.1 "
77
88# Store the version here so:
99# 1) we don't load dependencies by storing it in __init__.py
Original file line number Diff line number Diff line change 11[project ]
22name = " opteryx"
3- version = " 0.26.0 "
3+ version = " 0.26.1 "
44description = " Query your data, where it lives"
55requires-python = ' >=3.11'
66readme = {file = " README.md" , content-type = " text/markdown" }
You can’t perform that action at this time.
0 commit comments