From 63281b3968ae738684551e6c083f5339419e742c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 22 Sep 2026 08:03:42 -0500 Subject: [PATCH 1/2] ci: the sync workflow moves from publishing-v9 to publishing-v11 v11 carries the publisher change that routes host-only modules to pydevices-desktop (.github#46, pydevices#30); at v9 the pydevices 0.5.0 publication still listed all 51 files for a device install. --- .github/workflows/process-mip-publication-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/process-mip-publication-request.yml b/.github/workflows/process-mip-publication-request.yml index f4c97f803..a1a42f59a 100644 --- a/.github/workflows/process-mip-publication-request.yml +++ b/.github/workflows/process-mip-publication-request.yml @@ -41,7 +41,7 @@ permissions: jobs: synchronize-build-and-stage: - uses: PyDevices/.github/.github/workflows/reusable-synchronize-mip-package.yml@publishing-v9 + uses: PyDevices/.github/.github/workflows/reusable-synchronize-mip-package.yml@publishing-v11 with: source-repository: ${{ github.event.client_payload.source_repository || inputs.source-repository }} source-ref: ${{ github.event.client_payload.source_ref || inputs.source-ref }} From ac231d2a6f053e0d8d486ecd15ead1127ffa234b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 22 Sep 2026 08:04:01 -0500 Subject: [PATCH 2/2] ci: the publishing tools ref moves to v11 as well -- the split is in the script, not only the workflow --- .github/workflows/process-mip-publication-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/process-mip-publication-request.yml b/.github/workflows/process-mip-publication-request.yml index a1a42f59a..33a601375 100644 --- a/.github/workflows/process-mip-publication-request.yml +++ b/.github/workflows/process-mip-publication-request.yml @@ -53,7 +53,7 @@ jobs: # tools take the expected repository from the lockfile rather than a # second hardcoded map. Move a profile by editing pydevices-lock.json on # this branch, never by changing a pin. - publishing-tools-ref: publishing-v9 + publishing-tools-ref: publishing-v11 # The sync mints its own App token; inherit passes the App secrets through. secrets: inherit