We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78a1f0f commit ace1d59Copy full SHA for ace1d59
.github/workflows/build_wheels_windows.yml
@@ -121,10 +121,7 @@ jobs:
121
python -m pip install cmake==3.24.2
122
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
123
$CI_BUILD = 1
124
- if (Test-Path _skbuild) {
125
- $SKIP_CMAKE = "--skip-cmake"
126
- }
127
- python setup.py $SKIP_CMAKE bdist_wheel --py-limited-api=cp37 --dist-dir="$PWD\wheelhouse" -v
+ python setup.py bdist_wheel --py-limited-api=cp37 --dist-dir="$PWD\wheelhouse" -v
128
shell: pwsh
129
- name: Saving all wheels
130
uses: actions/upload-artifact@v4
0 commit comments