From 4237b9220bfb717fc45e2bb5d1d0e88fe9e1cc88 Mon Sep 17 00:00:00 2001 From: Dev Khant Date: Thu, 6 Mar 2025 00:10:57 +0530 Subject: [PATCH] CD changes (#2316) --- .github/workflows/cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index b3477e0e..b685c216 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -37,10 +37,10 @@ jobs: uses: pypa/gh-action-pypi-publish@release/v1 with: repository_url: https://test.pypi.org/legacy/ - packages_dir: mem0/dist/ + packages_dir: ./mem0/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: ./mem0/dist/ \ No newline at end of file