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 aa8522c commit 899d441Copy full SHA for 899d441
.github/workflows/python-package.yml
@@ -41,4 +41,5 @@ jobs:
41
run: grep -r "version" pyproject.toml || grep -r "__version__" rtichoke/ || python -c "import rtichoke; print(rtichoke.__version__)"
42
43
- name: Publish package
44
+ if: github.ref == 'refs/heads/main' && matrix.python-version == '3.10'
45
run: uv publish
pyproject.toml
@@ -14,7 +14,7 @@ dependencies = [
14
"importlib>=1.0.4",
15
]
16
name = "rtichoke"
17
-version = "0.1.9"
+version = "0.1.10"
18
description = "interactive visualizations for performance of predictive models"
19
readme = "README.md"
20
0 commit comments