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.
2 parents c533b8b + 55ce52f commit 843c0ecCopy full SHA for 843c0ec
{{cookiecutter.project_name}}/.github/workflows/build-test-package.yml
@@ -228,7 +228,7 @@ jobs:
228
set PATH="C:\P\grep;%PATH%"
229
set CC=cl.exe
230
set CXX=cl.exe
231
- C:\Python3${{ "{{" }} matrix.python-version-minor {{ "}}" }}-x64\python.exe C:\P\IPP\scripts\windows_build_module_wheels.py --py-envs "3${{ "{{" }} matrix.python-version-minor {{ "}}" }}-x64"
+ C:\Python3${{ "{{" }} matrix.python-version-minor {{ "}}" }}-x64\python.exe C:\P\IPP\scripts\windows_build_module_wheels.py --py-envs "3${{ "{{" }} matrix.python-version-minor {{ "}}" }}-x64" --no-cleanup
232
233
- name: Publish Python package as GitHub Artifact
234
uses: actions/upload-artifact@v1
0 commit comments