Skip to content

Commit 0e06bf2

Browse files
aline version
1 parent 47650f2 commit 0e06bf2

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

Jenkinsfile

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff 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
}

version-beta.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.1
1+
1.0.0

0 commit comments

Comments
 (0)