diff --git a/.github/workflows/build-release-pip-package.yml b/.github/workflows/build-release-pip-package.yml index ca0c593..1bbdd87 100644 --- a/.github/workflows/build-release-pip-package.yml +++ b/.github/workflows/build-release-pip-package.yml @@ -6,7 +6,10 @@ on: tag_name: description: 'Tag of the draft release to upload to' required: true - + toolkit_prebuilt_branch: + description: 'Branch to checkout for toolkit-prebuilts' + required: false + default: 'main' permissions: packages: write contents: write @@ -18,7 +21,7 @@ jobs: strategy: matrix: - python-version: [3.10.12, 3.12.4] + python-version: [3.10.12, 3.11.11, 3.12.4] steps: - name: Checkout toolkit repository @@ -34,7 +37,7 @@ jobs: uses: actions/checkout@v4 with: repository: synaptics-synap/toolkit-prebuilts - ref: main + ref: ${{ github.event.inputs.toolkit_prebuilt_branch }} path: pysynap/prebuilts lfs: true