This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -20,8 +20,10 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage("build") {
|
stage("build") {
|
||||||
|
steps {
|
||||||
sh "python3.11 -m build"
|
sh "python3.11 -m build"
|
||||||
}
|
}
|
||||||
|
}
|
||||||
stage("test installation") {
|
stage("test installation") {
|
||||||
steps {
|
steps {
|
||||||
sh "python3.11 -m pip install dist/*.whl --force-reinstall"
|
sh "python3.11 -m pip install dist/*.whl --force-reinstall"
|
||||||
|
Reference in New Issue
Block a user