Skip to content

Commit a9cfba2

Browse files
committed
does this work?
1 parent 568358a commit a9cfba2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
- main
1515
workflow_dispatch:
1616
release:
17-
types: [published]
17+
types: [ published ]
1818

1919
permissions:
2020
contents: read
@@ -36,7 +36,7 @@ jobs:
3636
submodules: true
3737
- uses: actions/setup-python@v5
3838
with:
39-
python-version: 3.x
39+
python-version: '>=3.11 <3.14'
4040
- name: Build wheels
4141
uses: PyO3/maturin-action@v1
4242
with:

0 commit comments

Comments
 (0)