diff --git a/Jenkinsfile b/Jenkinsfile index b08e77a..dce5b1e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -58,7 +58,7 @@ pipeline { archiveArtifacts (allowEmptyArchive: true, artifacts: 'dist/*whl', fingerprint: true) - sh 'python deploy/push.py' + // sh 'python deploy/push.py' } } }