We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ee592d commit 0355343Copy full SHA for 0355343
.github/workflows/nightly.yml
@@ -25,7 +25,7 @@ jobs:
25
os: [macos-13, ubuntu-24.04]
26
branches:
27
- {libtiledb: release-2.26, tiledb-py: 0.32.0}
28
- - {libtiledb: dev, tiledb-py: dev}
+ - {libtiledb: main, tiledb-py: main}
29
env:
30
MACOSX_DEPLOYMENT_TARGET: 10.15
31
steps:
apis/python/pyproject.toml
@@ -51,7 +51,7 @@ homepage = "https://tiledb.com"
51
repository = "https://github.com/TileDB-Inc/TileDB-VCF"
52
53
[build-system]
54
-requires = ["scikit-build-core", "pybind11[global]"]
+requires = ["scikit-build-core", "pybind11[global]", "setuptools-scm>=8.1.0"]
55
build-backend = "scikit_build_core.build"
56
57
[tool.scikit-build]
0 commit comments