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 6a5fe03 commit 4457886Copy full SHA for 4457886
.github/workflows/build_wheels_windows.yml
@@ -73,7 +73,7 @@ jobs:
73
python -m pip install toml && python -c "import toml; c = toml.load('pyproject.toml'); print('\n'.join(c['build-system']['requires']))" >> requirements.txt | python -m pip install -r requirements.txt
74
set "CI_BUILD=1" && python setup.py bdist_wheel --py-limited-api=cp37 --dist-dir=%cd%\wheelhouse -v
75
shell: cmd
76
-
+
77
- name: Saving all wheels
78
uses: actions/upload-artifact@v4
79
with:
0 commit comments