Skip to content

Commit

Permalink
Merge pull request #160 from GBillotey/v1.1.1
Browse files Browse the repository at this point in the history
build windows name
  • Loading branch information
GBillotey authored Mar 10, 2024
2 parents ab946db + c17d3fb commit fdb85e8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-windows_310.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-windows_311.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-windows_312.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-windows_38.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-windows_39.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit fdb85e8

Please sign in to comment.