Migrate to Hatch and version bump -> 0.1.101 (#2727)

This commit is contained in:
Dev Khant
2025-05-20 22:58:51 +05:30
committed by GitHub
parent 70af43c08c
commit c3f3f82a3e
7 changed files with 157 additions and 116 deletions

View File

@@ -18,20 +18,17 @@ jobs:
with:
python-version: '3.11'
- name: Install Poetry
- name: Install Hatch
run: |
curl -sSL https://install.python-poetry.org | python3 -
echo "$HOME/.local/bin" >> $GITHUB_PATH
pip install hatch
- name: Install dependencies
run: |
cd mem0
poetry install
hatch env create
- name: Build a binary wheel and a source tarball
run: |
cd mem0
poetry build
hatch build --clean
# TODO: Needs to setup mem0 repo on Test PyPI
# - name: Publish distribution 📦 to Test PyPI