Skip to content

Commit eb4ebf1

Browse files
committed
CI: do not use microsoft/setup-msbuild action
1 parent 0901357 commit eb4ebf1

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/pypi_publish.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,17 @@ jobs:
3939
export MODE="omp"
4040
echo "MODE=${MODE}" >> $GITHUB_ENV
4141
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
42+
- name: Set up Visual Studio shell
4943
if: runner.os == 'Windows'
50-
uses: microsoft/setup-msbuild@v2
44+
uses: egor-tensin/vs-shell@v2
5145
with:
52-
msbuild-architecture: "x64"
46+
arch: x64
47+
48+
# - name: Add msbuild to PATH
49+
# if: runner.os == 'Windows'
50+
# uses: microsoft/setup-msbuild@v2
51+
# with:
52+
# msbuild-architecture: "x64"
5353

5454
- name: Build wheels
5555
uses: pypa/[email protected]

0 commit comments

Comments
 (0)