Compare commits

..

No commits in common. "d1b39930116d139a17570c54df67020dc7eb16e8" and "2c38d7d1729d9b00e71cd247d84d2db0db3225fc" have entirely different histories.

3 changed files with 1 additions and 7 deletions

6
Jenkinsfile vendored
View File

@ -1,11 +1,6 @@
pipeline { pipeline {
agent any agent any
stages { stages {
stage("clean") {
steps {
sh 'rm -rf ./dist/*'
}
}
stage("install") { stage("install") {
steps { steps {
sh 'mamba env update --file environment.yml' sh 'mamba env update --file environment.yml'
@ -20,7 +15,6 @@ pipeline {
stage("test") { stage("test") {
steps { steps {
sh "pip install dist/*.whl" sh "pip install dist/*.whl"
sh "splitmsa -h"
} }
} }
stage("publish") { stage("publish") {

View File

@ -1,6 +1,6 @@
[metadata] [metadata]
name = splitmsa name = splitmsa
version = 0.0.3 version = 0.0.2
[options] [options]
packages = splitmsa packages = splitmsa

View File