Compare commits

..

No commits in common. "89d6276fe07f02ffe7588b0195748d17a7fec8da" and "67775021bd9fe7c10c18bf5642a793a71dad1867" have entirely different histories.

5
Jenkinsfile vendored
View File

@ -18,11 +18,6 @@ pipeline {
sh "pip install dist/*.whl" sh "pip install dist/*.whl"
} }
} }
stage("test") {
steps {
sh "pip install dist/*.whl"
}
}
stage("publish") { stage("publish") {
when { when {
branch '**/master' branch '**/master'