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