Skip to content

Commit

Permalink
Replace leftover 'windows-latest' in wheel build
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccafair committed Mar 1, 2022
1 parent 980702b commit d88000a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_upload_pypi_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
architecture: [x64]
python-version: [3.6, 3.7, 3.8]
include:
- os: windows-latest
- os: windows-2019
wheelname: win
- os: macos-latest
wheelname: macos
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
pip-wheel-args: '--no-deps -w wheelhouse'

- name: Create source distribution
if: matrix.os == 'windows-latest' && matrix.python-version == '3.8'
if: matrix.os == 'windows-2019' && matrix.python-version == '3.8'
run: |
python setup.py sdist
shell: bash
Expand All @@ -74,7 +74,7 @@ jobs:
name: wheels
path: wheelhouse/*-${{ matrix.wheelname }}*.whl
- name: Upload source dist to PyPI
if: matrix.os == 'windows-latest' && matrix.python-version == '3.8'
if: matrix.os == 'windows-2019' && matrix.python-version == '3.8'
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
Expand Down

0 comments on commit d88000a

Please sign in to comment.