Skip to content

Commit fdbd8ab

Browse files
committed
ci: pin python-version we use to generate the published spec
Some dependencies we need do not yet have wheels available for Python 3.11 which is installed by the '3.x' version selector. Signed-off-by: Joshua Lock <[email protected]>
1 parent 201de70 commit fdbd8ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Python
1818
uses: actions/setup-python@b55428b1882923874294fa556849718a1d7f2ca5
1919
with:
20-
python-version: 3.x
20+
python-version: '3.10'
2121
cache: 'pip'
2222

2323
- name: Get previous version

0 commit comments

Comments
 (0)