update job name

This commit is contained in:
Junya Morioka
2025-06-10 14:59:50 +09:00
parent 0ce82ccf07
commit 68deba34e4
+3 -3
View File
@@ -33,7 +33,7 @@ jobs:
# Build wheels with GitHub hosted runner
# #########################################################
# build_wheels:
# name: Build wheels and Upload
# name: Build wheels and Upload (Linux x86_64, GitHub hosted runner)
# needs: create_releases
# runs-on: ubuntu-22.04
# env:
@@ -143,7 +143,7 @@ jobs:
# Build wheels with self-hosted runner
# #########################################################
build_wheels_self_hosted:
name: Build wheels and Upload
name: Build wheels and Upload (Linux x86_64, self-hosted runner)
needs: create_releases
runs-on: self-hosted
container:
@@ -287,7 +287,7 @@ jobs:
sudo rm -rf /opt/hostedtoolcache/Python/${{ matrix.python-version }}*
# build_windows_wheels:
# name: Build wheels and Upload
# name: Build wheels and Upload (Windows x86_64, GitHub hosted runner)
# runs-on: windows-latest
# timeout-minutes: 1000
# strategy: