Removed "Gooey" as dependency and fixed "setup.cfg"

This commit is contained in:
2023-04-20 15:25:55 -05:00
parent 8b379198ec
commit 021a5a921b
4 changed files with 6 additions and 5 deletions

5
Jenkinsfile vendored
View File

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