diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile index a70e2c5..c2d118c 100644 --- a/ci/Jenkinsfile +++ b/ci/Jenkinsfile @@ -13,6 +13,7 @@ pipeline { stages { stage('Publish') { steps { + sh 'pip wheel -w dist -r requirements.txt' sshagent(['jenkins-web']) { sh "ssh -oStrictHostKeyChecking=no ${PUBLISH_USER}@${PUBLISH_HOST} :" sh '. ci/publish.sh'