Compare commits

..

No commits in common. "develop" and "master" have entirely different histories.

2 changed files with 1 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -25,7 +25,7 @@ pipeline {
} }
stage("archive") { stage("archive") {
steps { steps {
archiveArtifacts artifacts: 'dist/*.tar.gz, dist/*.whl', fingerprint: true, followSymlinks: false, onlyIfSuccessful: true archiveArtifacts artifacts: 'dist/*.tar.gz, dist/*.whl'
} }
} }
stage("publish") { stage("publish") {

View File

@ -7,4 +7,3 @@ dependencies:
- twine - twine
- biopython=1.81 - biopython=1.81
- python=3.9 - python=3.9
prefix: ./env