Update PyPI CI
This commit is contained in:
12
.github/workflows/PyPI-publishing.yml
vendored
12
.github/workflows/PyPI-publishing.yml
vendored
@@ -71,6 +71,18 @@ jobs:
|
|||||||
uses: microsoft/setup-msbuild@v1.0.3
|
uses: microsoft/setup-msbuild@v1.0.3
|
||||||
with:
|
with:
|
||||||
vs-version: '16.5'
|
vs-version: '16.5'
|
||||||
|
|
||||||
|
- name: '🛠️ Win MSVC 32 dev cmd setup'
|
||||||
|
if: contains(matrix.config.name, 'win32')
|
||||||
|
uses: ilammy/msvc-dev-cmd@v1
|
||||||
|
with:
|
||||||
|
arch: x86
|
||||||
|
|
||||||
|
- name: '🛠️ Win MSVC 64 dev cmd setup'
|
||||||
|
if: contains(matrix.config.name, 'win_amd64')
|
||||||
|
uses: ilammy/msvc-dev-cmd@v1
|
||||||
|
with:
|
||||||
|
arch: x64
|
||||||
|
|
||||||
- name: '🛠️ Win build dependencies'
|
- name: '🛠️ Win build dependencies'
|
||||||
if: contains(matrix.config.name, 'win')
|
if: contains(matrix.config.name, 'win')
|
||||||
|
|||||||
Reference in New Issue
Block a user