tree: 01edb7d43264978618a7f7c848de6b1ff4b763bd [path history] [tgz]
  1. src/
  2. LICENSE
  3. pyproject.toml
  4. README.md
  5. 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/*