File tree Expand file tree Collapse file tree 5 files changed +16
-1
lines changed
Expand file tree Collapse file tree 5 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ name: Static Tests for Python Scripts
33on :
44 pull_request :
55 branches : [ main ]
6+ paths :
7+ - ' .github/workflows/run-static-tests.yml'
8+ - ' pyproject.toml'
9+ - ' src/**'
10+ - ' tests/**'
611
712jobs :
813 format :
Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ name: Unit Tests for Python Scripts
33on :
44 pull_request :
55 branches : [ main ]
6+ paths :
7+ - ' .github/workflows/run-unit-tests.yml'
8+ - ' pyproject.toml'
9+ - ' src/**'
10+ - ' tests/**'
611
712jobs :
813 unit-test :
Original file line number Diff line number Diff line change 1+ {
2+ "." : " 0.0.1"
3+ }
4+
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ python-project-template/
2222├── .mise.toml # mise tool version manager configuration (Python and tool versions)
2323├── pyproject.toml # Project configuration and dependencies
2424├── release-please-config.json # Release Please configuration for automated version management
25+ ├── .release-please-manifest.json # Release Please manifest file (auto-managed by release-please)
2526├── Makefile # Development commands
2627└── logging.conf # Logging configuration
2728```
Original file line number Diff line number Diff line change 66 "version-file" : " pyproject.toml"
77 }
88 },
9- "$schema" : " https://raw.githubusercontent.com/googleapis/release-please/main /schemas/config.json"
9+ "$schema" : " https://raw.githubusercontent.com/googleapis/release-please/refs/tags/v17.1.3 /schemas/config.json"
1010}
1111
You can’t perform that action at this time.
0 commit comments