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