diff --git a/.github/workflows/release-chromadb.yml b/.github/workflows/release-chromadb.yml index e2080214012..fe66cdc2b17 100644 --- a/.github/workflows/release-chromadb.yml +++ b/.github/workflows/release-chromadb.yml @@ -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 diff --git a/clients/js/package.json b/clients/js/package.json index 3171270055a..72655607578 100644 --- a/clients/js/package.json +++ b/clients/js/package.json @@ -1,6 +1,6 @@ { "name": "chromadb", - "version": "1.9.3", + "version": "1.9.4", "description": "A JavaScript interface for chroma", "keywords": [], "author": "",