Skip to content

Commit

Permalink
Restore python-package-create.yml back to beeware:main
Browse files Browse the repository at this point in the history
  • Loading branch information
rmartin16 committed May 29, 2024
1 parent 46d8864 commit 8825689
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand All @@ -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"

Expand Down Expand Up @@ -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 }}
Expand All @@ -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
Expand Down

0 comments on commit 8825689

Please sign in to comment.