File tree 5 files changed +9
-29
lines changed
src/django_twc_project/.github/workflows
5 files changed +9
-29
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
17
17
18
18
## [ Unreleased]
19
19
20
+ ### Removed
21
+
22
+ - ` project.yml ` GitHub Actions workflow file. This is now taken care of by a custom GitHub bot.
23
+
20
24
## [ 2024.7]
21
25
22
26
### Added
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ docs-serve:
101
101
102
102
docs-build LOCATION = " docs/_build/html":
103
103
just _cog
104
- sphinx-build docs
104
+ sphinx-build docs
105
105
106
106
# ----------------------------------------------------------------------
107
107
# DOCKER
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ docs-serve:
101
101
102
102
docs-build LOCATION = " docs/_build/html":
103
103
just _cog
104
- sphinx-build docs
104
+ sphinx-build docs
105
105
106
106
# ----------------------------------------------------------------------
107
107
# DOCKER
Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ tag = false
7
7
version_pattern = " YYYY.MM.INC1"
8
8
9
9
[tool .bumpver .file_patterns ]
10
- "with_vite/__init__.py" = [
11
- ' __version__ = "{version}"'
12
- ]
13
10
"tests/test_version.py" = [
14
11
' assert __version__ == "{version}"'
15
12
]
13
+ "with_vite/__init__.py" = [
14
+ ' __version__ = "{version}"'
15
+ ]
16
16
17
17
[tool .coverage .report ]
18
18
exclude_lines = [
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments