Skip to content

Commit

Permalink
Include textual in ci release processes.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Aug 16, 2023
1 parent 1969b62 commit 4f492a0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Expand Up @@ -54,6 +54,7 @@ jobs:
- "gtk"
- "iOS"
- "toga"
- "textual"
- "web"
- "winforms"

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Expand Up @@ -20,6 +20,7 @@ jobs:
- "toga_demo"
- "toga_dummy"
- "toga_gtk"
- "toga_textual"
- "toga_iOS"
- "toga_web"
- "toga_winforms"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Expand Up @@ -51,6 +51,7 @@ jobs:
- "toga_dummy"
- "toga_gtk"
- "toga_iOS"
- "toga_textual"
- "toga_web"
- "toga_winforms"
steps:
Expand Down
1 change: 1 addition & 0 deletions textual/MANIFEST.in
Expand Up @@ -3,3 +3,4 @@ include LICENSE
include README.rst
recursive-include tests *.py
recursive-include toga_textual *.py
recursive-include tests_backend *.py

0 comments on commit 4f492a0

Please sign in to comment.