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

View File

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

View File