Compare commits
2 Commits
31283d5e49
...
10d2e9f5b2
Author | SHA1 | Date | |
---|---|---|---|
10d2e9f5b2 | |||
2f49699a23 |
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -34,7 +34,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
withCredentials([usernamePassword(credentialsId: 'rs-git-package-registry-ydeng', passwordVariable: 'PASS', usernameVariable: 'USER')]) {
|
withCredentials([usernamePassword(credentialsId: 'rs-git-package-registry-ydeng', passwordVariable: 'PASS', usernameVariable: 'USER')]) {
|
||||||
sh "conda run -n base python -m twine upload --repository-url https://git.reslate.systems/api/packages/${USER}/pypi -u ${USER} -p ${PASS} --non-interactive --disable-progress-bar --verbose dist/*"
|
sh 'conda run -n base python -m twine upload --repository-url https://git.reslate.systems/api/packages/${USER}/pypi -u ${USER} -p ${PASS} --non-interactive --disable-progress-bar --verbose dist/*'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -4,7 +4,7 @@ channels:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- build=0.7.0
|
- build=0.7.0
|
||||||
- pytest=7.2.2
|
- pytest=7.2.2
|
||||||
- twine=4.0.2
|
- twine
|
||||||
- biopython=1.81
|
- biopython=1.81
|
||||||
- python=3.9
|
- python=3.9
|
||||||
prefix: ./env
|
prefix: ./env
|
Loading…
Reference in New Issue
Block a user