From 841312332521d07522889996c0edb24edbb9c6ef Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Wed, 12 Apr 2023 09:49:43 +0800 Subject: [PATCH] Tweak release CI script. --- .github/workflows/release.yml | 2 +- docs/background/releases.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 47170e7334..5a02e6ce6b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: deploy-test: name: Publish to TestPyPI runs-on: ubuntu-latest - needs: release + needs: [ci, release] strategy: matrix: package: diff --git a/docs/background/releases.rst b/docs/background/releases.rst index b19fd44cf6..471e9c891b 100644 --- a/docs/background/releases.rst +++ b/docs/background/releases.rst @@ -47,7 +47,7 @@ Improved Documentation * API support tables now distinguish partial vs full support on each platform. (`#1762 `__) * Some missing settings and constant values were added to the documentation of Pack. (`#1786 `__) -* Added documentation for `toga.App.widgets`. (`#1852 `__) +* Added documentation for ``toga.App.widgets``. (`#1852 `__) Misc