From c7e2a71cd5e3a010021046c003bcdd6fced66a24 Mon Sep 17 00:00:00 2001 From: Dev Khant Date: Thu, 6 Mar 2025 00:19:12 +0530 Subject: [PATCH] Update cd.yml --- .github/workflows/cd.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index b685c216..e42af486 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -33,14 +33,15 @@ jobs: cd mem0 poetry build - - name: Publish distribution 📦 to Test PyPI - uses: pypa/gh-action-pypi-publish@release/v1 - with: - repository_url: https://test.pypi.org/legacy/ - packages_dir: ./mem0/dist/ + # TODO: Needs to setup mem0 repo on Test PyPI + # - name: Publish distribution 📦 to Test PyPI + # uses: pypa/gh-action-pypi-publish@release/v1 + # with: + # repository_url: https://test.pypi.org/legacy/ + # packages_dir: dist/ - name: Publish distribution 📦 to PyPI if: startsWith(github.ref, 'refs/tags') uses: pypa/gh-action-pypi-publish@release/v1 with: - packages_dir: ./mem0/dist/ \ No newline at end of file + packages_dir: dist/