From c325cd4d1868d711371cc2c768424ae6c327de15 Mon Sep 17 00:00:00 2001 From: Stefan Jansen Date: Wed, 25 Sep 2024 21:35:43 -0400 Subject: [PATCH] gha wheels update --- .github/workflows/build_wheels.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index f54a02f9..6b32afcd 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -9,6 +9,11 @@ on: required: true default: 'PYPI' options: [ 'TESTPYPI', 'PYPI' ] + version: + type: string + description: 'Version tag' + required: true + default: '0.9.8' jobs: dist: @@ -24,7 +29,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - ref: 0.9.7 + ref: ${{ github.event.inputs.version }} - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v5