Don't pull twine, it's now included in the image.

This commit is contained in:
vato007
2020-08-01 05:35:04 +00:00
parent 240eabb364
commit 5f272cb735

1
Jenkinsfile vendored
View File

@@ -21,7 +21,6 @@ pipeline {
TWINE_CREDS = 'credentials(\'2eddcc32-2914-4b5c-bec4-52d40cfba020\')' TWINE_CREDS = 'credentials(\'2eddcc32-2914-4b5c-bec4-52d40cfba020\')'
} }
steps { steps {
sh 'pip install --user --no-cache-dir twine'
sh 'python -m twine upload -u $TWINE_CREDS_USR -p $TWINE_CREDS_PSW python/dist/*' sh 'python -m twine upload -u $TWINE_CREDS_USR -p $TWINE_CREDS_PSW python/dist/*'
} }
} }