git clone https://github.com/pixeltable/langchain-pixeltable.git
cd langchain-pixeltable
pip install -e ".[dev]"
pytest tests/ -v
ruff check . && ruff format --check .Releases are published to PyPI automatically when a GitHub Release is created.
- Add a trusted publisher on PyPI (owner/repo/workflow/environment)
- Create a GitHub environment called
pypi
- Bump version in
langchain_pixeltable/__init__.pyandpyproject.toml - Commit and push to
main - Create a GitHub Release with a
v*tag (e.g.v0.1.2)