From 221f315eeaa016d8e151373803edfedf14063996 Mon Sep 17 00:00:00 2001 From: George Powley Date: Mon, 6 Jan 2025 08:59:17 -0500 Subject: [PATCH] Clone main branch in nightly --- .github/workflows/nightly.yml | 2 +- apis/python/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index fb9b3c52e..fc48cf376 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -25,7 +25,7 @@ jobs: os: [macos-13, ubuntu-24.04] branches: - {libtiledb: release-2.26, tiledb-py: 0.32.0} - - {libtiledb: dev, tiledb-py: dev} + - {libtiledb: main, tiledb-py: main} env: MACOSX_DEPLOYMENT_TARGET: 10.15 steps: diff --git a/apis/python/pyproject.toml b/apis/python/pyproject.toml index 6604bdb35..552b6a3dd 100644 --- a/apis/python/pyproject.toml +++ b/apis/python/pyproject.toml @@ -51,7 +51,7 @@ homepage = "https://tiledb.com" repository = "https://github.com/TileDB-Inc/TileDB-VCF" [build-system] -requires = ["scikit-build-core", "pybind11[global]"] +requires = ["scikit-build-core", "pybind11[global]", "setuptools-scm>=8.1.0"] build-backend = "scikit_build_core.build" [tool.scikit-build]