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 0901357 commit eb4ebf1Copy full SHA for eb4ebf1
.github/workflows/pypi_publish.yml
@@ -39,17 +39,17 @@ jobs:
39
export MODE="omp"
40
echo "MODE=${MODE}" >> $GITHUB_ENV
41
42
- # - name: Set up Visual Studio shell
43
- # if: runner.os == 'Windows'
44
- # uses: egor-tensin/vs-shell@v2
45
- # with:
46
- # arch: x64
47
-
48
- - name: Add msbuild to PATH
+ - name: Set up Visual Studio shell
49
if: runner.os == 'Windows'
50
- uses: microsoft/setup-msbuild@v2
+ uses: egor-tensin/vs-shell@v2
51
with:
52
- msbuild-architecture: "x64"
+ arch: x64
+
+ # - name: Add msbuild to PATH
+ # if: runner.os == 'Windows'
+ # uses: microsoft/setup-msbuild@v2
+ # with:
+ # msbuild-architecture: "x64"
53
54
- name: Build wheels
55
uses: pypa/[email protected]
0 commit comments