Skip to content

Commit 2a6c4f1

Browse files
authored
Prepare files for change of main branch name (#2126)
1 parent 759e9f8 commit 2a6c4f1

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

.github/workflows/ci-tiledb-from-source.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
inputs:
66
libtiledb_ref:
7-
default: dev
7+
default: main
88
type: string
99
libtiledb_version:
1010
type: string
@@ -14,11 +14,11 @@ jobs:
1414
build_libtiledb:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- name: Checkout TileDB Core ${{ inputs.libtiledb_ref || 'dev' }}
17+
- name: Checkout TileDB Core ${{ inputs.libtiledb_ref || 'main' }}
1818
uses: actions/checkout@v4
1919
with:
2020
repository: TileDB-Inc/TileDB
21-
ref: ${{ inputs.libtiledb_ref || 'dev' }}
21+
ref: ${{ inputs.libtiledb_ref || 'main' }}
2222

2323
- name: Configure TileDB
2424
run: |

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
env:
3131
MACOSX_DEPLOYMENT_TARGET: "11"
3232
steps:
33-
- name: Checkout TileDB-Py `dev`
33+
- name: Checkout TileDB-Py `main`
3434
uses: actions/checkout@v4
3535

3636
- name: Setup MSVC toolset (VS 2022)

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
MACOSX_DEPLOYMENT_TARGET: "11"
4848
VCPKG_BINARY_SOURCES: 'clear;x-gha,readwrite'
4949
steps:
50-
- name: Checkout TileDB-Py `dev`
50+
- name: Checkout TileDB-Py `main`
5151
uses: actions/checkout@v4
5252

5353
- name: Setup MSVC toolset (VS 2022)
@@ -85,7 +85,7 @@ jobs:
8585
- name: Print env
8686
run: printenv
8787

88-
- name: Checkout TileDB-Py `dev`
88+
- name: Checkout TileDB-Py `main`
8989
uses: actions/checkout@v3
9090

9191
- name: Build TileDB-Py

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
run: brew install pkg-config
6666
if: matrix.os == 'macos-13' || matrix.os == 'macos-14'
6767

68-
- name: Checkout TileDB-Py `dev`
68+
- name: Checkout TileDB-Py `main`
6969
uses: actions/checkout@v4
7070

7171
- name: Build and install TileDB-Py and dependencies

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Thanks for your interest in TileDB-Py. The notes below give some pointers for fi
1010
- Please paste code blocks with triple backquotes (```) so that github will format it nicely. See [GitHub's guide on Markdown](https://guides.github.com/features/mastering-markdown) for more formatting tricks.
1111

1212
## Contributing Code
13-
*By contributing code to TileDB-Py, you are agreeing to release it under the [MIT License](https://github.com/TileDB-Inc/TileDB/tree/dev/LICENSE).*
13+
*By contributing code to TileDB-Py, you are agreeing to release it under the [MIT License](https://github.com/TileDB-Inc/TileDB/tree/main/LICENSE).*
1414

1515
### Contribution Workflow
1616

@@ -45,4 +45,4 @@ Thanks for your interest in TileDB-Py. The notes below give some pointers for fi
4545
- Make changes locally, then rebuild with `python setup.py develop [--tiledb=<>]`
4646
- Make sure to run `pytest` to verify changes against tests (add new tests where applicable).
4747
- Execute the tests as `pytest tiledb` from the top-level directory or `pytest` in the `tiledb/` directory.
48-
- Please submit [pull requests](https://help.github.com/en/desktop/contributing-to-projects/creating-a-pull-request) against the default [`dev` branch of TileDB-Py](https://github.com/TileDB-Inc/TileDB-Py/tree/dev)
48+
- Please submit [pull requests](https://help.github.com/en/desktop/contributing-to-projects/creating-a-pull-request) against the default [`main` branch of TileDB-Py](https://github.com/TileDB-Inc/TileDB-Py/tree/main)

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<a href="https://tiledb.com"><img src="https://github.com/TileDB-Inc/TileDB/raw/dev/doc/source/_static/[email protected]" alt="TileDB logo" width="400"></a>
1+
<a href="https://tiledb.com"><img src="https://github.com/TileDB-Inc/TileDB/raw/main/doc/source/_static/[email protected]" alt="TileDB logo" width="400"></a>
22

33

4-
[![Build Status](https://dev.azure.com/TileDB-Inc/CI/_apis/build/status/TileDB-Inc.TileDB-Py?branchName=dev)](https://dev.azure.com/TileDB-Inc/CI/_build/latest?definitionId=1&branchName=dev)
5-
![](https://raw.githubusercontent.com/TileDB-Inc/TileDB/dev/doc/anaconda.svg?sanitize=true)[![Anaconda download count badge](https://anaconda.org/conda-forge/TileDB-Py/badges/downloads.svg)](https://anaconda.org/conda-forge/TileDB-Py)
4+
[![Build Status](https://dev.azure.com/TileDB-Inc/CI/_apis/build/status/TileDB-Inc.TileDB-Py?branchName=main)](https://dev.azure.com/TileDB-Inc/CI/_build/latest?definitionId=1&branchName=main)
5+
![](https://raw.githubusercontent.com/TileDB-Inc/TileDB/main/doc/anaconda.svg?sanitize=true)[![Anaconda download count badge](https://anaconda.org/conda-forge/TileDB-Py/badges/downloads.svg)](https://anaconda.org/conda-forge/TileDB-Py)
66

77

88
# TileDB-Py
@@ -35,6 +35,6 @@ Dataframes functionality (`tiledb.from_pandas`, `Array.df[]`) requires [Pandas](
3535

3636
# Contributing
3737

38-
We welcome contributions, please see [`CONTRIBUTING.md`](https://github.com/TileDB-Inc/TileDB-Py/blob/dev/CONTRIBUTING.md) for suggestions and
38+
We welcome contributions, please see [`CONTRIBUTING.md`](https://github.com/TileDB-Inc/TileDB-Py/blob/main/CONTRIBUTING.md) for suggestions and
3939
development-build instructions. For larger features, please open an issue to discuss goals and
4040
approach in order to ensure a smooth PR integration and review process.

tiledb/tests/perf/asv.conf.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
// "PIP_NO_BUILD_ISOLATION=false python -mpip wheel --no-deps --no-index -w {build_cache_dir} {build_dir}"
2929
// ],
3030

31-
// List of branches to benchmark. If not provided, defaults to "master"
31+
// List of branches to benchmark. If not provided, defaults to "main"
3232
// (for git) or "default" (for mercurial).
33-
"branches": ["dev"], // for git
33+
"branches": ["main"], // for git
3434

3535
// The DVCS being used. If not set, it will be automatically
3636
// determined from "repo" by looking at the protocol in the URL

0 commit comments

Comments
 (0)