Skip to content

Commit

Permalink
Fix typo in pyproject.toml template
Browse files Browse the repository at this point in the history
  • Loading branch information
rmartin16 committed Nov 18, 2023
1 parent 53132b2 commit a76c95e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ jobs:
# ubuntu-latest upgrades to ubuntu-24.04, it will happen gradually, so the
# system Python version won't be predictable.
python-version: "3.10"
briefcase-template-source: "../../"
runner-os: ${{ matrix.runner-os }}
framework: ${{ matrix.framework }}
strategy:
Expand Down
2 changes: 1 addition & 1 deletion {{ cookiecutter.app_name }}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ test_sources = [
[tool.briefcase.app.{{ cookiecutter.app_name|escape_non_ascii }}.windows]
{{- cookiecutter.pyproject_table_windows }}
{% endif %}
{% if cookiecutter.pyproject_table_macOS or cookiecutter.pyproject_table_android %}
{% if cookiecutter.pyproject_table_iOS or cookiecutter.pyproject_table_android %}

# Mobile deployments
{% endif %}
Expand Down

0 comments on commit a76c95e

Please sign in to comment.