Skip to content

Commit aa3a7b1

Browse files
committed
Fix spelling of sonar_tools
1 parent 11f15dd commit aa3a7b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ rm -rf build dist
4545
python3 setup.py bdist_wheel
4646

4747
# Deploy locally for tests
48-
pip install --upgrade --force-reinstall dist/sonar-tools-*-py3-*.whl
48+
pip install --upgrade --force-reinstall dist/sonar_tools-*-py3-*.whl
4949

5050
if [ "$build_image" == "1" ]; then
5151
docker build -t sonar-tools:latest .
@@ -61,6 +61,6 @@ if [ "$release" = "1" ]; then
6161
echo "Confirm release [y/n] ?"
6262
read -r confirm
6363
if [ "$confirm" = "y" ]; then
64-
python3 -m twine upload dist/sonar-tools-*-py3-*.whl
64+
python3 -m twine upload dist/sonar_tools-*-py3-*.whl
6565
fi
6666
fi

0 commit comments

Comments
 (0)