We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3da7a21 commit c3d0ba0Copy full SHA for c3d0ba0
1 file changed
.github/workflows/pip-build.yml
@@ -23,15 +23,15 @@ jobs:
23
pip3 install twine
24
python -m twine upload --repository pypi *.whl
25
windows:
26
- runs-on: windows-2019
+ runs-on: windows-2022
27
strategy:
28
matrix:
29
pyver: ['3.10', '3.12']
30
steps:
31
- uses: actions/checkout@v4
32
- uses: ilammy/msvc-dev-cmd@v1
33
with:
34
- toolset: 14.1
+ toolset: 14.2
35
- uses: actions/setup-python@v5
36
37
python-version: ${{ matrix.pyver }}
0 commit comments