Skip to content

Commit 4eb4fc9

Browse files
committed
build: fix publishing
1 parent 420435e commit 4eb4fc9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: "Install dependencies"
3535
run: |
36-
python -m pip install .[dev]
36+
python -m pip install -r requirements.txt
3737
3838
- name: "Build dists"
3939
run: |

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ History
160160

161161
.. scriv-insert-here
162162
163-
v3.2.1 — 2026-04-04
163+
v3.2.2 — 2026-04-04
164164
-------------------
165165

166166
Fix: ``{% endblock %}`` lines (and others) were falsely reported as unexecuted

django_coverage_plugin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
"""Django Template Coverage Plugin"""
55

6-
__version__ = "3.2.1"
6+
__version__ = "3.2.2"
77

88
from .plugin import DjangoTemplatePluginException # noqa
99
from .plugin import DjangoTemplatePlugin

0 commit comments

Comments
 (0)