mirror of
https://github.com/actions/python-versions.git
synced 2025-12-14 06:26:45 +00:00
Update build-python-packages.yml
This commit is contained in:
8
.github/workflows/build-python-packages.yml
vendored
8
.github/workflows/build-python-packages.yml
vendored
@@ -28,7 +28,7 @@ env:
|
|||||||
VERSION: ${{ inputs.VERSION || '3.12.3' }}
|
VERSION: ${{ inputs.VERSION || '3.12.3' }}
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: powershell
|
shell: pwsh
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
install_Pwsh_git:
|
install_Pwsh_git:
|
||||||
@@ -47,7 +47,7 @@ jobs:
|
|||||||
shell: powershell
|
shell: powershell
|
||||||
|
|
||||||
generate_matrix:
|
generate_matrix:
|
||||||
needs: [ install_Pwsh_git]
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
outputs:
|
outputs:
|
||||||
matrix: ${{ steps.generate-matrix.outputs.matrix }}
|
matrix: ${{ steps.generate-matrix.outputs.matrix }}
|
||||||
@@ -77,7 +77,7 @@ jobs:
|
|||||||
|
|
||||||
build_python:
|
build_python:
|
||||||
|
|
||||||
needs: [generate_matrix, install_Pwsh_git]
|
needs: [generate_matrix]
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
@@ -105,7 +105,7 @@ jobs:
|
|||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
test_python:
|
test_python:
|
||||||
needs: [generate_matrix, install_Pwsh_git, build_python]
|
needs: [generate_matrix, build_python]
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
|||||||
Reference in New Issue
Block a user