tree: 32ed7157b3749d69a8046fe7cca34364f84d5bf7 [path history] [tgz]
  1. samples/
  2. src/
  3. LICENSE
  4. pyproject.toml
  5. README.md
  6. setup.cfg
python-sdk/README.md

Generate Protobuf / Grpc sources

virtualenv -p python3 env
source env/bin/activate
pip install grpcio grpcio-tools
cd src/airavata_mft_sdk
./generate-stubs.sh

Build the distribution

python3 -m pip install --upgrade build
python3 -m build
python3 -m pip install --upgrade twine
python3 -m twine upload --repository pypi dist/*