Skip to content

Commit 8a478ee

Browse files
authored
Update release-sdk.yaml
1 parent 3ff0b42 commit 8a478ee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release-sdk.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,16 @@ jobs:
3535
with:
3636
python-version: "3.13"
3737

38-
- name: Update package version in pyproject.toml
38+
- name: Update package version in sdk/sdk/speechmatics/sdk/__init__.py
3939
run: |
4040
VERSION="${{ needs.extract-version.outputs.version }}"
41-
sed -i "s/version = \".*\"/version = \"$VERSION\"/g" ./sdk/sdk/pyproject.toml
41+
sed -i "s/0\.0\.0/$VERSION/g" ./sdk/sdk/speechmatics/sdk/__init__.py
4242
echo "Updated version to: $VERSION"
43-
cat ./sdk/sdk/pyproject.toml | grep version
43+
cat ./sdk/sdk/speechmatics/sdk/__init__.py | grep __version__
4444
4545
- name: Build SDK meta-package
4646
run: |
47-
make install-build
47+
make install-dev
4848
make build-sdk
4949
5050
- name: Upload dist

0 commit comments

Comments
 (0)