Merge branch 'master' into develop
All checks were successful
ydeng/filterfasta/pipeline/head This commit looks good

This commit is contained in:
Harrison Deng 2023-04-24 09:46:25 -05:00
commit 9dce2d26b6
2 changed files with 6 additions and 1 deletions

5
Jenkinsfile vendored
View File

@ -23,6 +23,11 @@ pipeline {
sh "filterfasta -h"
}
}
stage("archive") {
steps {
archiveArtifacts artifacts: 'dist/*.tar.gz, dist/*.whl'
}
}
stage("publish") {
when {
branch '**/master'

View File

@ -1,6 +1,6 @@
[metadata]
name = filterfasta
version = 0.0.1
version = 0.0.2
[options]
packages = filterfasta