Skip to content

Commit dd4622a

Browse files
committed
Test Wheel Against Core release-2.18
1 parent 33bfac9 commit dd4622a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

misc/azure-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ stages:
99
TILEDBPY_VERSION: 0.24.0
1010
# NOTE: *must* update both LIBTILEDB_VERSION and LIBTILEDB_SHA
1111
LIBTILEDB_VERSION: 2.18.0
12-
LIBTILEDB_SHA: 71ca8b4ddc615e2ad124fb76427df65667850e5e
12+
LIBTILEDB_SHA: 92172291fe00753e1eca828bd488219d01dfc593
1313
LIBTILEDB_REPO: https://github.com/TileDB-Inc/TileDB
1414
TILEDB_SRC: "$(Build.Repository.Localpath)/tiledb_src"
1515
TILEDB_BUILD: "$(Build.Repository.Localpath)/tiledb_build"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# - this is for builds-from-source
2121
# - release builds are controlled by `misc/azure-release.yml`
2222
# - this should be set to the current core release, not `dev`
23-
TILEDB_VERSION = "2.18.0"
23+
TILEDB_VERSION = "release-2.18"
2424

2525
# allow overriding w/ environment variable
2626
TILEDB_VERSION = os.environ.get("TILEDB_VERSION") or TILEDB_VERSION

0 commit comments

Comments
 (0)