Skip to content

Commit 7d77872

Browse files
authored
Fix versions for setup.py and daily-numpy (#1908)
1 parent 42c8e3d commit 7d77872

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/daily-test-build-numpy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
numpy-version: "1.16.5"
3333
fail-fast: false
3434
env:
35+
TILEDB_VERSION: 'release-2.20'
3536
# 11.7 necessary due to: https://github.com/actions/setup-python/issues/682#issuecomment-1604261330
3637
#MACOSX_DEPLOYMENT_TARGET: "10.15"
3738
MACOSX_DEPLOYMENT_TARGET: ${{ matrix.os == 'macos-11' && contains(fromJson('["3.7", "3.8"]'), matrix.python-version) && '11.7' || '11' }}

setup.py

Lines changed: 1 addition & 1 deletion
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.20.0"
23+
TILEDB_VERSION = "2.20.1"
2424

2525
# allow overriding w/ environment variable
2626
TILEDB_VERSION = (

0 commit comments

Comments
 (0)