You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/build-wheels.yml
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,12 @@ on:
5
5
push:
6
6
branches:
7
7
- release-*
8
-
- '*wheel*'# must quote since "*" is a YAML reserved character; we want a string
8
+
- "*wheel*"# must quote since "*" is a YAML reserved character; we want a string
9
9
tags:
10
-
- '*'
10
+
- "*"
11
11
pull_request:
12
12
branches:
13
-
- '*wheel*'# must quote since "*" is a YAML reserved character; we want a string
13
+
- "*wheel*"# must quote since "*" is a YAML reserved character; we want a string
14
14
15
15
jobs:
16
16
generate_backwards_compatibility_data:
@@ -19,7 +19,7 @@ jobs:
19
19
steps:
20
20
- name: Checkout code
21
21
uses: actions/checkout@v3
22
-
22
+
23
23
# Based on https://github.com/TileDB-Inc/conda-forge-nightly-controller/blob/51519a0f8340b32cf737fcb59b76c6a91c42dc47/.github/workflows/activity.yml#L19C10-L19C10
24
24
- name: Setup git
25
25
run: |
@@ -74,7 +74,7 @@ jobs:
74
74
steps:
75
75
- uses: actions/checkout@v3
76
76
77
-
- name: 'Brew setup on macOS'# x-ref c8e49ba8f8b9ce
77
+
- name: "Brew setup on macOS"# x-ref c8e49ba8f8b9ce
*TileDB-Vector-Search* is a C++ library and Python API for vector search built on top of the [TileDB Storage Engine](https://github.com/TileDB-Inc/TileDB).
5
+
_TileDB-Vector-Search_ is a C++ library and Python API for vector search built on top of the [TileDB Storage Engine](https://github.com/TileDB-Inc/TileDB).
8
6
9
7
Please see the following blog posts for background:
10
8
11
-
*[Why TileDB as a Vector Database](https://tiledb.com/blog/why-tiledb-as-a-vector-database)
0 commit comments