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