Skip to content

Commit 4135a7d

Browse files
committed
Release 0.12.0 Against 2.28.0
1 parent fea5bf2 commit 4135a7d

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.github/workflows/build-wheels.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,10 @@ jobs:
111111
brew install automake pkg-config ninja llvm
112112
113113
- name: Build wheels
114-
uses: pypa/[email protected].2
114+
uses: pypa/[email protected].3
115115
env:
116-
CIBW_BUILD_VERBOSITY: 3
116+
CIBW_BUILD_VERBOSITY: 1
117+
CIBW_MANYLINUX_X86_64_IMAGE: quay.io/pypa/manylinux_2_28_x86_64
117118
CIBW_ENVIRONMENT_MACOS: >
118119
CC=clang
119120
CXX=clang++

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ classifiers = [
2020
# These are the runtime depdendencies.
2121
dependencies = [
2222
"tiledb-cloud>=0.11",
23-
"tiledb>=0.33.3rc0",
23+
"tiledb>=0.34.0",
2424
"typing-extensions", # for tiledb-cloud indirect, x-ref https://github.com/TileDB-Inc/TileDB-Cloud-Py/pull/428
2525
"scikit-learn",
2626
"numpy>=1.25.0",

src/cmake/Modules/FindTileDB_EP.cmake

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ else()
5757
# - Copy the release hash from the `releases.csv.sha256` file in the release.
5858
if(DOWNLOAD_TILEDB_PREBUILT)
5959
fetch_prebuilt_tiledb(
60-
VERSION 2.27.0
61-
RELLIST_HASH SHA256=8056514b1949cdab19405376e32e299578491a6d3e953321d12d761f94dc19b9
60+
VERSION 2.28.0
61+
RELLIST_HASH SHA256=40c8a0b5b7ddfe6150e3ce390fd95761d2b7d5910ea3fd5c7dfb67d431e64660
6262
)
6363
else() # Build from source
6464
fetch_source_tiledb(
65-
VERSION 2.27.0
66-
RELLIST_HASH SHA256=8056514b1949cdab19405376e32e299578491a6d3e953321d12d761f94dc19b9
65+
VERSION 2.28.0
66+
RELLIST_HASH SHA256=40c8a0b5b7ddfe6150e3ce390fd95761d2b7d5910ea3fd5c7dfb67d431e64660
6767
)
6868
endif()
6969

0 commit comments

Comments
 (0)