Skip to content

Commit da77182

Browse files
committed
chore: Adding README.md
bumping checkout version to v3
1 parent 9a0c420 commit da77182

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/release.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ jobs:
99
build-n-publish:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
13-
12+
- uses: actions/checkout@v3
13+
with:
14+
fetch-depth: 0
1415
- name: Set up Python 3.9
1516
uses: actions/setup-python@v2
1617
with:

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# ChromaX: An experimental utilities package for Chroma vector database
2+

0 commit comments

Comments
 (0)