Skip to content
axlbonnet edited this page Jun 11, 2025 · 2 revisions
  1. Clone the repo in an empty dir to avoid buiding test / unwanted things on pypi
git clone git@github.com:virtual-imaging-platform/VIP-python-client.git
cd VIP-python-client/
  1. Verify version
cat src/vip_client/__init__.py
  1. Build
hatch build
twine upload -r testpypi dist/*
twine upload -r pypi dist/*

Clone this wiki locally