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 7fa45e8 commit 4941901Copy full SHA for 4941901
1 file changed
.github/workflows/python.yml
@@ -11,6 +11,7 @@ on:
11
pull_request:
12
branches: [ "*" ]
13
14
+#"Visual Studio 17 2022"
15
jobs:
16
build:
17
runs-on: ${{ matrix.os }}
@@ -65,7 +66,7 @@ jobs:
65
66
shell: cmd
67
run: |
68
python -m pip install --upgrade pip setuptools wheel numpy
- tools\package.bat Release "Visual Studio 17 2022" package_wheel "-DENABLE_APPS=OFF -DENABLE_EXAMPLES=OFF -DENABLE_CSHARP=OFF -DPython_EXECUTABLE=${{ steps.cpver.outputs.python-path }}" -DENABLE_PORTABLE=ON
69
+ tools\package.bat Release "Visual Studio 16 2019" package_wheel "-DENABLE_APPS=OFF -DENABLE_EXAMPLES=OFF -DENABLE_CSHARP=OFF -DPython_EXECUTABLE=${{ steps.cpver.outputs.python-path }}" -DENABLE_PORTABLE=ON -A x64
70
71
- name: Mac OSX Package Python
72
if: ${{ startsWith(matrix.os, 'macOS') }}
0 commit comments