Compare commits
No commits in common. "develop" and "master" have entirely different histories.
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -25,7 +25,7 @@ pipeline {
|
||||
}
|
||||
stage("archive") {
|
||||
steps {
|
||||
archiveArtifacts artifacts: 'dist/*.tar.gz, dist/*.whl', fingerprint: true, followSymlinks: false, onlyIfSuccessful: true
|
||||
archiveArtifacts artifacts: 'dist/*.tar.gz, dist/*.whl'
|
||||
}
|
||||
}
|
||||
stage("publish") {
|
||||
|
@ -7,4 +7,3 @@ dependencies:
|
||||
- twine
|
||||
- biopython=1.81
|
||||
- python=3.9
|
||||
prefix: ./env
|
Loading…
Reference in New Issue
Block a user