Skip to content

Commit

Permalink
[RELEASE] JS client 1.9.4 (#3176)
Browse files Browse the repository at this point in the history
  • Loading branch information
drewkim authored Nov 20, 2024
1 parent f16f832 commit c2cc1df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release-chromadb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,13 @@ jobs:
with:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository-url: https://test.pypi.org/legacy/
verbose: 'true'
- name: Publish to PyPI
if: ${{ needs.check-tag.outputs.tag_matches == 'true' }}
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
verbose: 'true'

release-thin-pypi:
name: Publish thin client to PyPI
Expand Down
2 changes: 1 addition & 1 deletion clients/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chromadb",
"version": "1.9.3",
"version": "1.9.4",
"description": "A JavaScript interface for chroma",
"keywords": [],
"author": "",
Expand Down

0 comments on commit c2cc1df

Please sign in to comment.