Skip to content

Commit c4f7778

Browse files
aline
1 parent d098c7d commit c4f7778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ pipeline {
5454
sh '''
5555
sed -i -E 's/^(name *= *")superclient(")/\\1superclient-beta\\2/' pyproject.toml
5656
'''
57-
sh 'pip install build'
57+
sh 'pip install --quiet build twine'
5858
sh 'python -m build'
5959
sh 'ls dist/'
6060
withCredentials([usernamePassword(credentialsId: 'superstream-pypi', usernameVariable: 'USR', passwordVariable: 'PSW')]) {

0 commit comments

Comments
 (0)