From c17d3fb6968a6c579a0b037cb06ce9b89029d674 Mon Sep 17 00:00:00 2001 From: GBillotey Date: Sun, 10 Mar 2024 10:58:07 +0100 Subject: [PATCH] build windows name --- .github/workflows/build-windows_310.yml | 2 +- .github/workflows/build-windows_311.yml | 2 +- .github/workflows/build-windows_312.yml | 2 +- .github/workflows/build-windows_38.yml | 2 +- .github/workflows/build-windows_39.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-windows_310.yml b/.github/workflows/build-windows_310.yml index a59777e..16ff3dd 100644 --- a/.github/workflows/build-windows_310.yml +++ b/.github/workflows/build-windows_310.yml @@ -1,7 +1,7 @@ # This workflow will build fractalshades wheels unders windows and store these wheels as github artifacts # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions -name: build-windows +name: build-windows 3.10 on: # Allows you to run this workflow manually from the Actions tab diff --git a/.github/workflows/build-windows_311.yml b/.github/workflows/build-windows_311.yml index a59777e..d6491d1 100644 --- a/.github/workflows/build-windows_311.yml +++ b/.github/workflows/build-windows_311.yml @@ -1,7 +1,7 @@ # This workflow will build fractalshades wheels unders windows and store these wheels as github artifacts # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions -name: build-windows +name: build-windows 3.11 on: # Allows you to run this workflow manually from the Actions tab diff --git a/.github/workflows/build-windows_312.yml b/.github/workflows/build-windows_312.yml index a59777e..acad0a0 100644 --- a/.github/workflows/build-windows_312.yml +++ b/.github/workflows/build-windows_312.yml @@ -1,7 +1,7 @@ # This workflow will build fractalshades wheels unders windows and store these wheels as github artifacts # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions -name: build-windows +name: build-windows 3.12 on: # Allows you to run this workflow manually from the Actions tab diff --git a/.github/workflows/build-windows_38.yml b/.github/workflows/build-windows_38.yml index e757527..0df404c 100644 --- a/.github/workflows/build-windows_38.yml +++ b/.github/workflows/build-windows_38.yml @@ -1,7 +1,7 @@ # This workflow will build fractalshades wheels unders windows and store these wheels as github artifacts # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions -name: build-windows +name: build-windows 3.8 on: # Allows you to run this workflow manually from the Actions tab diff --git a/.github/workflows/build-windows_39.yml b/.github/workflows/build-windows_39.yml index a59777e..f62b833 100644 --- a/.github/workflows/build-windows_39.yml +++ b/.github/workflows/build-windows_39.yml @@ -1,7 +1,7 @@ # This workflow will build fractalshades wheels unders windows and store these wheels as github artifacts # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions -name: build-windows +name: build-windows 3.9 on: # Allows you to run this workflow manually from the Actions tab