Skip to content

Commit

Permalink
Use same naming for Python version matrix variable in wheel workflow …
Browse files Browse the repository at this point in the history
…as in CI workflow.
  • Loading branch information
scoder committed Dec 13, 2022
1 parent fc2f7ea commit c17c1ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Expand Up @@ -137,7 +137,7 @@ jobs:
#os: [macos-10.15, windows-latest]
#os: [macos-10.15, macOS-M1]
#os: [macos-10.15]
python_version: ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "pypy-3.8-v7.3.7", "pypy-3.9-v7.3.9"]
python-version: ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "pypy-3.8-v7.3.7", "pypy-3.9-v7.3.9"]

include:
- os: windows-2016
Expand All @@ -155,7 +155,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python_version }}
python-version: ${{ matrix.python-version }}

- name: Install MacOS dependencies
if: startsWith(matrix.os, 'mac')
Expand Down

0 comments on commit c17c1ca

Please sign in to comment.