We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d140cee commit c4ea9e8Copy full SHA for c4ea9e8
.github/workflows/ci.yml
@@ -194,7 +194,7 @@ jobs:
194
with:
195
submodules: recursive
196
fetch-depth: 0 # Fetch everything to get accurately versioned tag.
197
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v2 # Some issues where caused by higher versions.
198
name: Install Python
199
- name: Install cibuildwheel twine wheel
200
run: python -m pip install cibuildwheel twine wheel
0 commit comments