version 1.0.0-rc.27
This commit is contained in:
@@ -6,5 +6,6 @@ wget https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/${OPE
|
||||
|
||||
java -jar openapi-generator-cli.jar generate -i broker/jfjoch_api.yaml -o python-client/ -g python --git-host=git.psi.ch --git-repo-id jungfraujoch --git-user-id jungfraujoch --additional-properties=packageName=jfjoch_client,packageVersion=$VERSION
|
||||
cd python-client
|
||||
sed -i s/"NAME = \"jfjoch-client\""/"NAME = \"jfjoch_client\""/ setup.py
|
||||
python3 setup.py sdist bdist_wheel
|
||||
mv dist/* ..
|
||||
mv dist/* ..
|
||||
Reference in New Issue
Block a user