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") {
|
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") {
|
||||||
|
@ -7,4 +7,3 @@ dependencies:
|
|||||||
- twine
|
- twine
|
||||||
- biopython=1.81
|
- biopython=1.81
|
||||||
- python=3.9
|
- python=3.9
|
||||||
prefix: ./env
|
|
Loading…
Reference in New Issue
Block a user