Skip to content

Commit

Permalink
👽️ [external_api_change] Release file dependencies in external file
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrownell committed Mar 2, 2024
1 parent 7731e97 commit ee575b3
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/release_sources.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# ----------------------------------------------------------------------
# |
# | release_sources.yaml
# |
# | David Brownell <[email protected]>
# | 2024-03-02 10:25:37
# |
# ----------------------------------------------------------------------
# |
# | Copyright David Brownell 2024
# | Distributed under the MIT License.
# |
# ----------------------------------------------------------------------

# Changes to any file or a file within a directory will trigger a release.
src:
- 'src/**'
- 'pyproject.toml'
- 'README.md'
2 changes: 2 additions & 0 deletions .github/workflows/standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,6 @@ jobs:
name: Publish

uses: davidbrownell/dbrownell_DevTools/.github/workflows/callable_publish_python.yaml@main
with:
release_sources_configuration_filename: .github/release_sources.yaml
secrets: inherit

0 comments on commit ee575b3

Please sign in to comment.