Skip to content

Commit

Permalink
hotfix dllib pypi release (intel#4552)
Browse files Browse the repository at this point in the history
* hotfix pypi release
  • Loading branch information
Le-Zheng authored Aug 25, 2021
1 parent 0a47b6d commit 484ac89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/dllib/test/dev/release/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ ${wheel_command}
upload_command="twine upload python/dllib/src/dist/BigDL_dllib-${bigdl_version}-py2.py3-none-${verbose_pname}.whl"
echo "Please manually upload with this command: $upload_command"

$upload_command
#$upload_command
2 changes: 1 addition & 1 deletion scala/common/spark-version/3.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<failOnViolation>true</failOnViolation>
<failOnWarning>false</failOnWarning>
<sourceDirectory>${basedir}/src/main/scala</sourceDirectory>
<configLocation>${project.parent.parent.parent.basedir}/scalastyle_config.xml</configLocation>
<configLocation>${project.parent.parent.basedir}/scalastyle_config.xml</configLocation>
<outputFile>${project.build.directory}/stylecheck/scalastyle-output.xml</outputFile>
<outputEncoding>UTF-8</outputEncoding>
</configuration>
Expand Down

0 comments on commit 484ac89

Please sign in to comment.