Skip to content

Commit 23bbca7

Browse files
Update experimental_build_test.yml
hopefully correct this time...
1 parent d6a3aa8 commit 23bbca7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/experimental_build_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
python-version:
99
description: 'Python version to use'
1010
required: true
11-
default: 3.13-dev
11+
default: '3.13-dev'
1212

1313
jobs:
1414
build_sdist:
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Python
2626
uses: actions/setup-python@v5
2727
with:
28-
python-version: ${{ github.event.inputs.python-version || 3.13-dev }}
28+
python-version: ${{ github.event.inputs.python-version || '3.13-dev' }}
2929

3030
- name: Build sdist
3131
run: |

0 commit comments

Comments
 (0)