Skip to content

Commit 00358b6

Browse files
authored
Merge pull request #153 from vdice/chore/release-4.0.0-rc1
chore(pyproject.toml): release 4.0.0-rc1
2 parents 00d8cd5 + b150c92 commit 00358b6

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@ jobs:
2525
source venv/bin/activate
2626
pip install componentize-py==0.23.0 http-router==4.1.2 build==1.4.2 mypy==1.13
2727
python -m build
28-
pip install dist/spin_sdk-4.0.0-py3-none-any.whl
28+
VERSION=$(yq '.project.version' pyproject.toml)
29+
pip install dist/spin_sdk-${VERSION//-}-py3-none-any.whl
2930
bash run_tests.sh

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "spin-sdk"
7-
version = "4.0.0"
7+
version = "4.0.0-rc1"
88
description = "Python SDK for Spin"
99
readme = "README.md"
1010
license-files = [ "LICENSE" ]

0 commit comments

Comments
 (0)