Skip to content

Commit 2af2998

Browse files
committed
!squash
1 parent e1b87db commit 2af2998

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- 'examples/**'
2828
python_files:
2929
- 'src/libtmux/**'
30-
- poetry.lock
30+
- uv.lock
3131
- pyproject.toml
3232
3333
- name: Should publish

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ lint = [
111111
"mypy",
112112
]
113113

114-
[toolproject.entry-points.pytest11]
114+
[project.entry-points.pytest11]
115115
libtmux = "libtmux.pytest_plugin"
116116

117117
[build-system]

0 commit comments

Comments
 (0)