We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdedabb commit 5ac34afCopy full SHA for 5ac34af
1 file changed
test_pip_package.sh
@@ -30,11 +30,11 @@ if [[ "$OSTYPE" == "msys" || "$OSTYPE" == "win32" ]]; then
30
else
31
source .venv/bin/activate
32
fi
33
-uv pip install "build==1.4.4" "packaging==26.2" "setuptools==82.0.1"
+uv pip install "build==1.5.0" "packaging==26.2" "setuptools==82.0.1"
34
35
python -m build
36
37
-uv pip install -U dist/ardupilot_methodic_configurator-2.9.6-py3-none-any.whl
+uv pip install -U dist/ardupilot_methodic_configurator-3.0.5-py3-none-any.whl
38
39
cd ..
40
0 commit comments