Skip to content

Commit

Permalink
Tweak release CI script.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Apr 12, 2023
1 parent fdd4bf0 commit 8413123
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
deploy-test:
name: Publish to TestPyPI
runs-on: ubuntu-latest
needs: release
needs: [ci, release]
strategy:
matrix:
package:
Expand Down
2 changes: 1 addition & 1 deletion docs/background/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Improved Documentation

* API support tables now distinguish partial vs full support on each platform. (`#1762 <https://github.com/beeware/toga/issues/1762>`__)
* Some missing settings and constant values were added to the documentation of Pack. (`#1786 <https://github.com/beeware/toga/issues/1786>`__)
* Added documentation for `toga.App.widgets`. (`#1852 <https://github.com/beeware/toga/issues/1852>`__)
* Added documentation for ``toga.App.widgets``. (`#1852 <https://github.com/beeware/toga/issues/1852>`__)


Misc
Expand Down

0 comments on commit 8413123

Please sign in to comment.