We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11f15dd commit aa3a7b1Copy full SHA for aa3a7b1
deploy.sh
@@ -45,7 +45,7 @@ rm -rf build dist
45
python3 setup.py bdist_wheel
46
47
# Deploy locally for tests
48
-pip install --upgrade --force-reinstall dist/sonar-tools-*-py3-*.whl
+pip install --upgrade --force-reinstall dist/sonar_tools-*-py3-*.whl
49
50
if [ "$build_image" == "1" ]; then
51
docker build -t sonar-tools:latest .
@@ -61,6 +61,6 @@ if [ "$release" = "1" ]; then
61
echo "Confirm release [y/n] ?"
62
read -r confirm
63
if [ "$confirm" = "y" ]; then
64
- python3 -m twine upload dist/sonar-tools-*-py3-*.whl
+ python3 -m twine upload dist/sonar_tools-*-py3-*.whl
65
fi
66
0 commit comments