Fixed typo in CI script

This commit is contained in:
Harrison Deng 2025-01-29 17:00:25 +00:00
parent 3e3898334f
commit 341ca933a3

2
Jenkinsfile vendored
View File

@ -49,7 +49,7 @@ pipeline {
steps { steps {
sh returnStatus: true, script: 'python -m twine upload -u __token__ -p ${TOKEN} --non-interactive --disable-progress-bar --verbose dist/*' sh returnStatus: true, script: 'python -m twine upload -u __token__ -p ${TOKEN} --non-interactive --disable-progress-bar --verbose dist/*'
} }
}- }
} }
} }
} }