We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 00d8cd5 + b150c92 commit 00358b6Copy full SHA for 00358b6
2 files changed
.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 '.project.version' pyproject.toml)
29
+ pip install dist/spin_sdk-${VERSION//-}-py3-none-any.whl
30
bash run_tests.sh
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "spin-sdk"
7
-version = "4.0.0"
+version = "4.0.0-rc1"
8
description = "Python SDK for Spin"
9
readme = "README.md"
10
license-files = [ "LICENSE" ]
0 commit comments