Skip to content

Commit

Permalink
.github/workflows/dist.yml: Cosmetic change
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Jul 11, 2024
1 parent 9f73f5d commit 4e53812
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
if: env.CAN_DEPLOY == 'true'

build_wheels:
name: wheels ${{ matrix.arch }} ${{ matrix.build }} on ${{ matrix.os }}
name: wheels ${{ matrix.build }}*_${{ matrix.arch }}
runs-on: ${{ matrix.os }}
needs: sdists_for_pypi
strategy:
Expand All @@ -167,8 +167,10 @@ jobs:
include:
- os: macos-13
arch: x86_64
build: macosx
- os: macos-14
arch: arm64
build: macosx
env:
CAN_DEPLOY: ${{ secrets.SAGEMATH_PYPI_API_TOKEN != '' }}
# SPKGs to install as system packages
Expand Down

0 comments on commit 4e53812

Please sign in to comment.