Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
5b037d556e | |||
10d2e9f5b2 | |||
31283d5e49 | |||
5d3ce699fa |
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -25,7 +25,7 @@ pipeline {
|
||||
}
|
||||
stage("archive") {
|
||||
steps {
|
||||
archiveArtifacts artifacts: 'dist/*.tar.gz, dist/*.whl'
|
||||
archiveArtifacts artifacts: 'dist/*.tar.gz, dist/*.whl', fingerprint: true, followSymlinks: false, onlyIfSuccessful: true
|
||||
}
|
||||
}
|
||||
stage("publish") {
|
||||
|
@ -7,3 +7,4 @@ dependencies:
|
||||
- twine
|
||||
- biopython=1.81
|
||||
- python=3.9
|
||||
prefix: ./env
|
Loading…
Reference in New Issue
Block a user