We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4644f6 commit 5f49d46Copy full SHA for 5f49d46
.github/workflows/ci.yml
@@ -28,16 +28,17 @@ jobs:
28
matrix_config:
29
name: Matrix Config
30
runs-on: ubuntu-22.04
31
+ env:
32
+ RELEASE: {{ github.event_name == 'release' }}
33
+
34
outputs:
35
matrix_os: ${{ steps.step.outputs.matrix_os }}
36
37
steps:
38
+ - run: echo "$RELEASE"
39
- id: step
- run: echo "matrix_os=[macos-13-xlarge, ubuntu-22.04, windows-2022]" >> $GITHUB_OUTPUT
- if: github.event_name == 'release'
-
40
run: echo "matrix_os=[macos-13, ubuntu-22.04, windows-2022]" >> $GITHUB_OUTPUT
- if: github.event_name != 'release'
41
42
43
whl_3_8:
44
name: Build / ${{ matrix.os }} / Python 3.${{ matrix.minor }}
0 commit comments