File tree Expand file tree Collapse file tree 2 files changed +13
-11
lines changed
Expand file tree Collapse file tree 2 files changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -54,20 +54,22 @@ pipeline {
5454 sh '''
5555 sed -i -E 's/^(name *= *")superclient(")/\\ 1superclient-beta\\ 2/' pyproject.toml
5656 '''
57-
58-
59-
6057 sh ' pip install build'
6158 sh ' python -m build'
6259 sh ' ls dist/'
6360 // withCredentials([usernamePassword(credentialsId: 'superstream-pypi', usernameVariable: 'USR', passwordVariable: 'PSW')]) {
64- // sh """
65- // python3 patch/patch.py --src "dist/superstream_confluent_kafka_beta-${env.versionTag}-cp311-cp311-linux_x86_64.whl" --output "dist/" --prefix "superstream_confluent_kafka_beta-${env.versionTag}"
66- // """
67- // sh"""
68- // rm dist/superstream_confluent_kafka_beta-${env.versionTag}-cp311-cp311-linux_x86_64.whl
69- // /tmp/.local/bin/pdm publish --no-build --username $USR --password $PSW
70- // """
61+ // // sh """
62+ // // python3 patch/patch.py --src "dist/superstream_confluent_kafka_beta-${env.versionTag}-cp311-cp311-linux_x86_64.whl" --output "dist/" --prefix "superstream_confluent_kafka_beta-${env.versionTag}"
63+ // // """
64+ // // sh"""
65+ // // rm dist/superstream_confluent_kafka_beta-${env.versionTag}-cp311-cp311-linux_x86_64.whl
66+ // // /tmp/.local/bin/pdm publish --no-build --username $USR --password $PSW
67+ // // """
68+ // sh """
69+ // twine upload dist/* \
70+ // -u $USR \
71+ // -p $PSW
72+ // """
7173 // }
7274 }
7375 }
Original file line number Diff line number Diff line change 1- 1.0.1
1+ 1.0.0
You can’t perform that action at this time.
0 commit comments