Skip to content

Commit

Permalink
Bump to 0.30.3 and 2.24.2 in skbuild setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ihnorton committed Jul 17, 2024
1 parent 14a4f71 commit a38e64f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
uses: pypa/[email protected]
env:
CIBW_BUILD_VERBOSITY: 3
SETUPTOOLS_SCM_PRETEND_VERSION: 0.30.3
CIBW_ENVIRONMENT_MACOS: >
CC=clang
CXX=clang++
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ if (NOT TileDB_FOUND)
message(STATUS "Downloading TileDB default version ...")
# Download latest release
fetch_prebuilt_tiledb(
VERSION 2.24.0
VERSION 2.24.2
RELLIST_HASH SHA256=e5aa7e6d747bb956730e438d0b29c90096226d4a553c26c5cb9161680f1d489c
)
endif()
Expand Down

0 comments on commit a38e64f

Please sign in to comment.