From 8825689bb4a1853d34ae08fcff6b18503f815a4d Mon Sep 17 00:00:00 2001 From: Russell Martin Date: Wed, 29 May 2024 09:32:41 -0400 Subject: [PATCH] Restore `python-package-create.yml` back to `beeware:main` --- .github/workflows/ci.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5809d409c..f97540b1d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,8 +42,7 @@ jobs: id-token: write contents: read attestations: write -# uses: beeware/.github/.github/workflows/python-package-create.yml@main - uses: rmartin16/.github-beeware/.github/workflows/python-package-create.yml@hynek-build + uses: beeware/.github/.github/workflows/python-package-create.yml@main with: attest: ${{ inputs.attest-package }} @@ -53,8 +52,7 @@ jobs: id-token: write contents: read attestations: write -# uses: beeware/.github/.github/workflows/python-package-create.yml@main - uses: rmartin16/.github-beeware/.github/workflows/python-package-create.yml@hynek-build + uses: beeware/.github/.github/workflows/python-package-create.yml@main with: build-subdirectory: "automation" @@ -182,8 +180,7 @@ jobs: verify-projects: name: Verify project needs: [ package, package-automation, unit-tests ] -# uses: beeware/.github/.github/workflows/app-create-verify.yml@main - uses: rmartin16/.github-beeware/.github/workflows/app-create-verify.yml@hynek-build + uses: beeware/.github/.github/workflows/app-create-verify.yml@main with: runner-os: ${{ matrix.runner-os }} framework: ${{ matrix.framework }} @@ -196,8 +193,7 @@ jobs: verify-apps: name: Build app needs: [ package, package-automation, unit-tests ] -# uses: beeware/.github/.github/workflows/app-build-verify.yml@main - uses: rmartin16/.github-beeware/.github/workflows/app-build-verify.yml@hynek-build + uses: beeware/.github/.github/workflows/app-build-verify.yml@main with: # This *must* be the version of Python that is the system Python on the # Ubuntu version used to run Linux tests. We use a fixed ubuntu-22.04