diff --git a/Jenkinsfile b/Jenkinsfile index 5768842..f4e9ea8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -35,7 +35,7 @@ pipeline { stage('build') { steps { script { - sh 'python django_lostplaces/setup.py bdist_wheel --universal' + sh 'pipenv run build' } } }