File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -53,19 +53,19 @@ pipeline {
5353 // sh """
5454 // C_INCLUDE_PATH=/usr/include/librdkafka LIBRARY_PATH=/usr/include/librdkafka /tmp/.local/bin/pdm build
5555 // """
56- sh '''
57- pip install toml
56+ sh '''
57+ pip install toml
5858
59- cat <<EOF > update_name.py
60- import toml
61- data = toml.load('pyproject.toml')
62- data['project']['name'] = 'superclient-beta'
63- with open('pyproject.toml', 'w') as f:
64- toml.dump(data, f)
65- EOF
59+ cat <<EOF > update_name.py
60+ import toml
61+ data = toml.load('pyproject.toml')
62+ data['project']['name'] = 'superclient-beta'
63+ with open('pyproject.toml', 'w') as f:
64+ toml.dump(data, f)
65+ EOF
6666
67- python3 update_name.py
68- '''
67+ python3 update_name.py
68+ '''
6969 sh ' pip install build'
7070 sh ' python -m build'
7171 sh ' ls dist/'
You can’t perform that action at this time.
0 commit comments