Skip to content

Commit 7aff76e

Browse files
MrBagoyogeshg
authored andcommitted
[ML-5968] Update publishing dependencies (#181)
Use spDist with manual upload to publish instead of spPublish because the upload step of spDist is flaky.
1 parent a946636 commit 7aff76e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
PUBLISH_MODES = {
1010
"local": "publishLocal",
1111
"m2": "publishM2",
12-
"spark-package-publish": "spPublish",
12+
"spark-package-publish": "spDist",
1313
}
1414
PUBLISH_DOCS_DEFAULT = True
1515

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// You may use this file to add plugin dependencies for sbt.
22
resolvers += "Spark Packages repo" at "https://dl.bintray.com/spark-packages/maven/"
3-
addSbtPlugin("org.spark-packages" %% "sbt-spark-package" % "0.2.5")
3+
addSbtPlugin("org.spark-packages" %% "sbt-spark-package" % "0.2.6")
44
// scalacOptions in (Compile,doc) := Seq("-groups", "-implicits")
55
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.0")
66

0 commit comments

Comments
 (0)