Skip to content

Commit 8a91791

Browse files
remove projects.yml (#60)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 989f0e2 commit 8a91791

File tree

5 files changed

+9
-29
lines changed

5 files changed

+9
-29
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1717

1818
## [Unreleased]
1919

20+
### Removed
21+
22+
- `project.yml` GitHub Actions workflow file. This is now taken care of by a custom GitHub bot.
23+
2024
## [2024.7]
2125

2226
### Added

examples/default/Justfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ docs-serve:
101101

102102
docs-build LOCATION="docs/_build/html":
103103
just _cog
104-
sphinx-build docs
104+
sphinx-build docs
105105

106106
# ----------------------------------------------------------------------
107107
# DOCKER

examples/with_vite/Justfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ docs-serve:
101101

102102
docs-build LOCATION="docs/_build/html":
103103
just _cog
104-
sphinx-build docs
104+
sphinx-build docs
105105

106106
# ----------------------------------------------------------------------
107107
# DOCKER

examples/with_vite/pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ tag = false
77
version_pattern = "YYYY.MM.INC1"
88

99
[tool.bumpver.file_patterns]
10-
"with_vite/__init__.py" = [
11-
'__version__ = "{version}"'
12-
]
1310
"tests/test_version.py" = [
1411
'assert __version__ == "{version}"'
1512
]
13+
"with_vite/__init__.py" = [
14+
'__version__ = "{version}"'
15+
]
1616

1717
[tool.coverage.report]
1818
exclude_lines = [

src/django_twc_project/.github/workflows/projects.yml

-24
This file was deleted.

0 commit comments

Comments
 (0)