File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -57,20 +57,20 @@ pipeline {
5757 sh ' pip install build'
5858 sh ' python -m build'
5959 sh ' ls dist/'
60- // withCredentials([usernamePassword(credentialsId: 'superstream-pypi', usernameVariable: 'USR', passwordVariable: 'PSW')]) {
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- // """
73- // }
60+ withCredentials([usernamePassword(credentialsId : ' superstream-pypi' , usernameVariable : ' USR' , passwordVariable : ' PSW' )]) {
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+ """
73+ }
7474 }
7575 }
7676 // stage('Prod Release') {
You can’t perform that action at this time.
0 commit comments