Skip to content

Commit 843c0ec

Browse files
authored
Merge pull request #83 from thewtex/windows-no-cleanup
BUG: Add --no-clean flag to Windows Python package generation step
2 parents c533b8b + 55ce52f commit 843c0ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.project_name}}/.github/workflows/build-test-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ jobs:
228228
set PATH="C:\P\grep;%PATH%"
229229
set CC=cl.exe
230230
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"
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" --no-cleanup
232232
233233
- name: Publish Python package as GitHub Artifact
234234
uses: actions/upload-artifact@v1

0 commit comments

Comments
 (0)