Replace whitespace with "_" for release names

This commit is contained in:
Jørgen Herje 2024-02-27 12:53:12 +01:00
parent e0118b5715
commit b74c0c52ed

View File

@ -25,7 +25,7 @@ jobs:
matrix:
config:
- {
name: "Windows Latest MSVC",
name: "Windows_Latest_MSVC",
os: windows-2022,
cc: "cl",
cxx: "cl",
@ -38,7 +38,7 @@ jobs:
publish-to-pypi: false,
}
- {
name: "Ubuntu 20.04 gcc",
name: "Ubuntu_20.04_gcc",
os: ubuntu-20.04,
cc: "gcc",
cxx: "g++",
@ -51,7 +51,7 @@ jobs:
publish-to-pypi: true,
}
- {
name: "Ubuntu 22.04 clang-16",
name: "Ubuntu_22.04_clang-16",
os: ubuntu-22.04,
cc: "clang-16",
cxx: "clang++-16",