Skip to content

Commit c3d0ba0

Browse files
committed
build pip on msvc2022
1 parent 3da7a21 commit c3d0ba0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pip-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ jobs:
2323
pip3 install twine
2424
python -m twine upload --repository pypi *.whl
2525
windows:
26-
runs-on: windows-2019
26+
runs-on: windows-2022
2727
strategy:
2828
matrix:
2929
pyver: ['3.10', '3.12']
3030
steps:
3131
- uses: actions/checkout@v4
3232
- uses: ilammy/msvc-dev-cmd@v1
3333
with:
34-
toolset: 14.1
34+
toolset: 14.2
3535
- uses: actions/setup-python@v5
3636
with:
3737
python-version: ${{ matrix.pyver }}

0 commit comments

Comments
 (0)