From a76c95ec2ec3a18180e322f1c3fcc80c8cc1ebfd Mon Sep 17 00:00:00 2001 From: Russell Martin Date: Fri, 17 Nov 2023 02:00:07 -0500 Subject: [PATCH] Fix typo in pyproject.toml template --- .github/workflows/ci.yml | 1 - {{ cookiecutter.app_name }}/pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dce007c..7083386 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: diff --git a/{{ cookiecutter.app_name }}/pyproject.toml b/{{ cookiecutter.app_name }}/pyproject.toml index d741779..22d1a8c 100644 --- a/{{ cookiecutter.app_name }}/pyproject.toml +++ b/{{ cookiecutter.app_name }}/pyproject.toml @@ -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 %}