mirror of
https://github.com/james-m-jordan/morphik-core.git
synced 2025-05-09 19:32:38 +00:00
369 B
369 B
Publish to PyPI
cd
into thesdks/python
directory- Update the package version in
pyproject.toml
,morphik/__init__.py
. - Ensure you have the correct PyPI API key/certificates/ssh keys installed
# ensure you've activated the correct python environment
pip install build twine
rm -rf dist
python -m build
twine check dist/*
twine upload dist/*