Skip to content

Commit 7a7acd6

Browse files
committed
build: see what happens if removing uv publish
1 parent cd68301 commit 7a7acd6

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,4 @@ jobs:
3535
run: uv build
3636

3737
- name: Run tests
38-
run: uv run pytest tests
39-
40-
- name: Publish package
41-
run: uv publish
38+
run: uv run pytest tests

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies = [
1414
"importlib>=1.0.4",
1515
]
1616
name = "rtichoke"
17-
version = "0.1.8"
17+
version = "0.1.9"
1818
description = "interactive visualizations for performance of predictive models"
1919
readme = "README.md"
2020

0 commit comments

Comments
 (0)