We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d098c7d commit c4f7778Copy full SHA for c4f7778
Jenkinsfile
@@ -54,7 +54,7 @@ pipeline {
54
sh '''
55
sed -i -E 's/^(name *= *")superclient(")/\\1superclient-beta\\2/' pyproject.toml
56
'''
57
- sh 'pip install build'
+ sh 'pip install --quiet build twine'
58
sh 'python -m build'
59
sh 'ls dist/'
60
withCredentials([usernamePassword(credentialsId: 'superstream-pypi', usernameVariable: 'USR', passwordVariable: 'PSW')]) {
0 commit comments