Skip to content

Commit

Permalink
Merge pull request #1562 from rmartin16/ci-package-automation
Browse files Browse the repository at this point in the history
Package Automation with Briefcase in CI
  • Loading branch information
freakboy3742 authored Dec 5, 2023
2 parents 19215d9 + 6967059 commit 62a8482
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
package:
name: Python package
uses: beeware/.github/.github/workflows/python-package-create.yml@main
with:
tox-factors: -with-automation

unit-tests:
name: Unit tests
Expand Down
1 change: 1 addition & 0 deletions changes/1562.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CI will now create a wheel for Automation as well as Briefcase to support running the packaged app in CI testing.
2 changes: 1 addition & 1 deletion docs/reference/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ PEP621 compatibility

Many of the keys that exist in Briefcase's configuration have analogous settings
in `PEP621 project metadata
<https://packaging.python.org/en/latest/specifications/declaring-project-metadata>`__.
<https://packaging.python.org/en/latest/specifications/pyproject-toml/>`__.
If your ``pyproject.toml`` defines a ``[project]`` section, Briefcase will honor
those settings as a top level definition. Any ``[tool.briefcase]`` definitions
will override those in the ``[project]`` section.
Expand Down

0 comments on commit 62a8482

Please sign in to comment.