We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33f9b68 commit c046082Copy full SHA for c046082
.github/workflows/build.yml
@@ -25,5 +25,6 @@ jobs:
25
source venv/bin/activate
26
pip install componentize-py==0.23.0 http-router==4.1.2 build==1.4.2 mypy==1.13
27
python -m build
28
- pip install dist/spin_sdk-4.0.0-py3-none-any.whl
+ VERSION=$(yq '.package.version' pyproject.toml)
29
+ pip install dist/spin_sdk-${VERSION}-py3-none-any.whl
30
bash run_tests.sh
0 commit comments