Skip to content

Commit

Permalink
CI: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoZeke committed Aug 19, 2023
1 parent f23a9ed commit 90141e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ concurrency:

jobs:
build_wheels:
name: Build wheel for ${{ matrix.python }}-${{ matrix.buildplat[1] }}
name: Build wheel for ${{ matrix.python-version }}-${{ matrix.buildplat[1] }}
runs-on: ${{ matrix.buildplat[0] }}
environment: pypi
strategy:
Expand All @@ -32,7 +32,7 @@ jobs:

- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
python-version: ${{ matrix.python-version }}
- run: pip wheel -w ./wheelhouse/ .

- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 90141e0

Please sign in to comment.