Skip to content

Commit aa8522c

Browse files
committed
build: Add code to echo packge version being built and try to publish 0.1.9
1 parent 7a7acd6 commit aa8522c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/python-package.yml

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

3737
- name: Run tests
38-
run: uv run pytest tests
38+
run: uv run pytest tests
39+
40+
- name: Show package version
41+
run: grep -r "version" pyproject.toml || grep -r "__version__" rtichoke/ || python -c "import rtichoke; print(rtichoke.__version__)"
42+
43+
- name: Publish package
44+
run: uv publish

0 commit comments

Comments
 (0)