Skip to content

Commit 68c5181

Browse files
committed
update release-build.sh
1 parent 8682bb1 commit 68c5181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/create-release/release-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ if [[ "$1" == "package" ]]; then
219219

220220
# Write out the VERSION to PySpark version info we rewrite the - into a . and SNAPSHOT
221221
# to dev0 to be closer to PEP440.
222-
PYSPARK_VERSION=`echo "$SPARK_VERSION" | sed -r "s/-/./" | sed -r "s/SNAPSHOT/dev0/"`
222+
PYSPARK_VERSION=`echo "$SPARK_VERSION" | sed -r "s/-/./" | sed -r "s/SNAPSHOT/dev0/" | sed -r "s/preview/dev0/"`
223223
echo "__version__='$PYSPARK_VERSION'" > python/pyspark/version.py
224224

225225
# Get maven home set by MVN

0 commit comments

Comments
 (0)