From 4f492a0e681272c0ace2f4d67fdf780a96daeed1 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Wed, 16 Aug 2023 10:02:55 +0800 Subject: [PATCH] Include textual in ci release processes. --- .github/workflows/ci.yml | 1 + .github/workflows/publish.yml | 1 + .github/workflows/release.yml | 1 + textual/MANIFEST.in | 1 + 4 files changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1bba4ea2b7..ea4107b426 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,6 +54,7 @@ jobs: - "gtk" - "iOS" - "toga" + - "textual" - "web" - "winforms" diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 681dc970d8..901edcd011 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,6 +20,7 @@ jobs: - "toga_demo" - "toga_dummy" - "toga_gtk" + - "toga_textual" - "toga_iOS" - "toga_web" - "toga_winforms" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 29f66f634e..54c05c54ad 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,6 +51,7 @@ jobs: - "toga_dummy" - "toga_gtk" - "toga_iOS" + - "toga_textual" - "toga_web" - "toga_winforms" steps: diff --git a/textual/MANIFEST.in b/textual/MANIFEST.in index f477cdd26f..4659263f37 100644 --- a/textual/MANIFEST.in +++ b/textual/MANIFEST.in @@ -3,3 +3,4 @@ include LICENSE include README.rst recursive-include tests *.py recursive-include toga_textual *.py +recursive-include tests_backend *.py