diff --git a/Jenkinsfile b/Jenkinsfile index e360562..d6a38a4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -20,6 +20,11 @@ pipeline { sh "python -m build" } } + stage("test package") { + steps { + sh "pip install dist/*.whl" + } + } stage("publish") { environment { CREDS = credentials('rs-git-package-registry-ydeng')