v1.0.0-rc.82

This commit is contained in:
2025-09-22 19:49:39 +02:00
parent c218661553
commit c0bd8e1215
156 changed files with 259 additions and 228 deletions

View File

@@ -8,3 +8,4 @@ java -jar openapi-generator-cli.jar generate -i broker/jfjoch_api.yaml -o python
cd python-client
sed -i s/"NAME = \"jfjoch-client\""/"NAME = \"jfjoch_client\""/ setup.py
python3 setup.py sdist bdist_wheel
cp dist/* ..