We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a0c420 commit da77182Copy full SHA for da77182
.github/workflows/release.yml
@@ -9,8 +9,9 @@ jobs:
9
build-n-publish:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v2
13
-
+ - uses: actions/checkout@v3
+ with:
14
+ fetch-depth: 0
15
- name: Set up Python 3.9
16
uses: actions/setup-python@v2
17
with:
README.md
@@ -0,0 +1,2 @@
1
+# ChromaX: An experimental utilities package for Chroma vector database
2
+
0 commit comments