Remove faulty python package publishing code
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Armin Friedl 2020-07-19 21:22:00 +02:00
parent 16b3318f92
commit 3ae0e912b7
Signed by: armin
GPG key ID: 48C726EEE7FBCBC8

View file

@ -45,17 +45,6 @@ steps:
-o flingclient.py
--enable-post-process-file
- cd flingclient.py
- |+
cat << EOF
[distutils]
index-servers =
nexus
[private-repository]
repository = <private-repository URL>
username = <private-repository username>
password = <private-repository password>
EOF >> .pypirc
- cat .pypirc
- cd ..
# JavaScript client
- openapi-generator generate