|
11 | 11 | standalone_branch_suffix:
|
12 | 12 | description: 'Suffix of the branch on standalone'
|
13 | 13 | required: false
|
14 |
| - default: '.pre0' |
| 14 | + default: '.pre1' |
15 | 15 |
|
16 | 16 | #┌───────────── minute (0 - 59)
|
17 | 17 | #│ ┌───────────── hour (0 - 23)
|
@@ -61,14 +61,14 @@ jobs:
|
61 | 61 | python_versions: '["3.7", "3.8", "3.9", "3.10"]'
|
62 | 62 | wheel: true
|
63 | 63 | wheelhouse: true
|
64 |
| - standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }} |
| 64 | + standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre1' }} |
65 | 65 | secrets: inherit
|
66 | 66 |
|
67 | 67 | docs:
|
68 | 68 | uses: ./.github/workflows/docs.yml
|
69 | 69 | with:
|
70 | 70 | ANSYS_VERSION: "232"
|
71 |
| - standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }} |
| 71 | + standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre1' }} |
72 | 72 | event_name: ${{ github.event_name }}
|
73 | 73 | secrets: inherit
|
74 | 74 |
|
|
77 | 77 | with:
|
78 | 78 | ANSYS_VERSION: "232"
|
79 | 79 | python_versions: '["3.7", "3.8", "3.9", "3.10"]'
|
80 |
| - standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }} |
| 80 | + standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre1' }} |
81 | 81 | secrets: inherit
|
82 | 82 |
|
83 | 83 | retro_231:
|
@@ -112,7 +112,7 @@ jobs:
|
112 | 112 | uses: ./.github/workflows/pydpf-post.yml
|
113 | 113 | with:
|
114 | 114 | ANSYS_VERSION: "232"
|
115 |
| - standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }} |
| 115 | + standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre1' }} |
116 | 116 | secrets: inherit
|
117 | 117 |
|
118 | 118 | pydpf-post_231:
|
@@ -140,14 +140,14 @@ jobs:
|
140 | 140 | name: "gate"
|
141 | 141 | uses: ./.github/workflows/gate.yml
|
142 | 142 | with:
|
143 |
| - standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }} |
| 143 | + standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre1' }} |
144 | 144 | secrets: inherit
|
145 | 145 |
|
146 | 146 | docker_tests:
|
147 | 147 | name: "Build and Test on Docker"
|
148 | 148 | uses: ./.github/workflows/test_docker.yml
|
149 | 149 | with:
|
150 |
| - standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }} |
| 150 | + standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre1' }} |
151 | 151 | secrets: inherit
|
152 | 152 |
|
153 | 153 | draft_release:
|
|
0 commit comments