Skip to content

Commit

Permalink
gha wheels update
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-jansen committed Sep 26, 2024
1 parent 2850edb commit c325cd4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit c325cd4

Please sign in to comment.