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 cd68301 commit 7a7acd6Copy full SHA for 7a7acd6
.github/workflows/python-package.yml
@@ -35,7 +35,4 @@ jobs:
35
run: uv build
36
37
- name: Run tests
38
- run: uv run pytest tests
39
-
40
- - name: Publish package
41
- run: uv publish
+ run: uv run pytest tests
pyproject.toml
@@ -14,7 +14,7 @@ dependencies = [
14
"importlib>=1.0.4",
15
]
16
name = "rtichoke"
17
-version = "0.1.8"
+version = "0.1.9"
18
description = "interactive visualizations for performance of predictive models"
19
readme = "README.md"
20
0 commit comments