Loosened version requirements for twine.
Some checks reported errors
ydeng/splitmsa/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
Harrison Deng 2024-07-21 04:01:36 +00:00
parent 9d97ee6244
commit 2f49699a23
3 changed files with 3 additions and 3 deletions

2
Jenkinsfile vendored
View File

@ -34,7 +34,7 @@ pipeline {
}
steps {
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/*'
}
}
}

View File

@ -4,6 +4,6 @@ channels:
dependencies:
- build=0.7.0
- pytest=7.2.2
- twine=4.0.2
- twine
- biopython=1.81
- python=3.9