Always publish on build success
This commit is contained in:
parent
484e31879e
commit
cc6a7563ca
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -33,12 +33,6 @@ pipeline {
|
||||
environment {
|
||||
CREDS = credentials('4d6f64be-d26d-4f95-8de3-b6a9b0beb311')
|
||||
}
|
||||
when {
|
||||
allOf {
|
||||
branch '**/main/*'
|
||||
tag '*.*.*'
|
||||
}
|
||||
}
|
||||
steps {
|
||||
sh returnStatus: true, script: 'python -m twine upload --repository-url https://git.reslate.systems/api/packages/${CREDS_USR}/pypi -u ${CREDS_USR} -p ${CREDS_PSW} --non-interactive --disable-progress-bar --verbose dist/*'
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user