- Run tests
make .venv
source venv/bin/activate
export PYTHONPATH=/path/to/Fractal
cd tests/
pytest -vvs
- Update library version in
setup.py
- Generate new docs (more info in docs/README.md)
- Deploy package at PyPi:
pip install setuptools
python setup.py sdist bdist_wheel
pip install twine
twine upload dist/*