summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2022-12-13 20:27:16 +0100
committerStefan Behnel <stefan_ml@behnel.de>2022-12-13 20:27:16 +0100
commitc17c1ca0496fbde3827c01cecd6a37d848142772 (patch)
treee2027cbffcba75bc93db134295b9f22233706f43
parentfc2f7ea8108544b9a2f2dd6cb8fdfb1f9f78dc2a (diff)
downloadpython-lxml-c17c1ca0496fbde3827c01cecd6a37d848142772.tar.gz
Use same naming for Python version matrix variable in wheel workflow as in CI workflow.lxml-4.9.2
-rw-r--r--.github/workflows/wheels.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml
index 2d2b7ac8..89078587 100644
--- a/.github/workflows/wheels.yml
+++ b/.github/workflows/wheels.yml
@@ -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
@@ -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')