We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d580102 commit 827f348Copy full SHA for 827f348
.github/workflows/publish.yml
@@ -64,7 +64,7 @@ jobs:
64
65
- name: Install uv
66
run: |
67
- curl -LsSf https://astral.sh/uv/install.sh | sh
+ curl -LsSf https://astral.sh/uv/0.5.4/install.sh | sh
68
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
69
70
- name: Build package
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "intent-service"
3
-version = "0.1.6"
+version = "0.1.7"
4
description = "Intent classification service"
5
readme = "README.md"
6
requires-python = ">=3.10"
0 commit comments