Skip to content

Commit 703c325

Browse files
test proj
1 parent 25c575b commit 703c325

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Jenkinsfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ pipeline {
4646
env.versionTag = version
4747
echo "Using version from version-beta.conf: ${env.versionTag}"
4848
}
49-
sh """
50-
sed -i -r "s/superclient/superclient-beta/g" pyproject.toml
51-
"""
52-
sh "sed -i \'s/version = \"[0-9]\\+\\.[0-9]\\+\\.[0-9]\\+\"/version = \"${env.versionTag}\"/g\' pyproject.toml"
49+
// sh """
50+
// sed -i -r "s/superclient/superclient-beta/g" pyproject.toml
51+
// """
52+
// sh "sed -i \'s/version = \"[0-9]\\+\\.[0-9]\\+\\.[0-9]\\+\"/version = \"${env.versionTag}\"/g\' pyproject.toml"
5353
// sh """
5454
// C_INCLUDE_PATH=/usr/include/librdkafka LIBRARY_PATH=/usr/include/librdkafka /tmp/.local/bin/pdm build
5555
// """

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools>=61", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name = "superclient"
6+
name = "superclient-beta"
77
version = "1.0.0"
88
description = "Superstream optimisation library for Kafka producers"
99
authors = [{name = "Superstream Labs", email = "[email protected]"}]

0 commit comments

Comments
 (0)