Skip to content

Commit aedcf1c

Browse files
committed
[F] Fix release
1 parent 267265c commit aedcf1c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,12 @@ jobs:
109109
artifacts: |
110110
wheelhouse/**/*.whl
111111
112+
- name: Set up Python (host)
113+
uses: actions/setup-python@v5
114+
with:
115+
check-latest: true
116+
python-version: "3.12
117+
112118
- name: Twine check & upload to PyPI
113119
run: |
114120
python -m twine check wheelhouse/**/*

0 commit comments

Comments
 (0)