Skip to content

Commit 833f49a

Browse files
Update Jenkinsfile
1 parent f68b8f8 commit 833f49a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ pipeline {
4545
}
4646
steps {
4747
sh '''
48-
sed -i -E 's/^(name *= *")superclient(")/\\1superclient-beta\\2/' pyproject.toml
48+
sed -i -E 's/^(name *= *")superstream-clients(")/\\1superstream-clients-beta\\2/' pyproject.toml
4949
'''
5050
sh 'pip install --quiet build twine'
5151
sh 'python -m build'
@@ -160,4 +160,4 @@ def notifyFailed() {
160160
Check console output at ${env.BUILD_URL}""",
161161
162162
)
163-
}
163+
}

0 commit comments

Comments
 (0)