diff --git a/Jenkinsfile b/Jenkinsfile index 8e0a632..b8be4a6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,7 @@ pipeline { stage('Build') { steps { sh 'cd python' - sh 'python python/setup.py bdist_wheel' + sh 'python setup.py bdist_wheel' } }