Skip to content

Commit 4ede713

Browse files
author
Goran Jelic-Cizmek
committed
Add comments
1 parent aaf9af8 commit 4ede713

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ jobs:
9999
needs:
100100
- get-latest-wheel-version
101101
- merge-wheels
102+
# TODO change this to `master` before merging
102103
uses: neuronsimulator/nrn-modeldb-ci/.github/workflows/nrn-modeldb-ci.yaml@jelic/move_infra_to_gha
103104
with:
104105
# v1 is the latest stable wheel, while v2 is the currently-built wheel.
@@ -202,6 +203,7 @@ jobs:
202203
name: Run build CI
203204
needs:
204205
- merge-wheels
206+
# TODO change this to `main` before merging
205207
uses: neuronsimulator/nrn-build-ci/.github/workflows/build-neuron-template.yml@jelic/move_infra_to_gha
206208
with:
207209
artifact_url: ${{ needs.merge-wheels.outputs.artifacts-url }}
@@ -231,7 +233,8 @@ jobs:
231233

232234
build-windows-installer:
233235
name: Build Windows installer
234-
uses: neuronsimulator/nrn/.github/workflows/windows.yml@master
236+
# TODO change this to `master` before merging
237+
uses: neuronsimulator/nrn/.github/workflows/windows.yml@jelic/refactor_release
235238
with:
236239
tag: ${{ github.event.inputs.rel_branch }}
237240
artifact: nrn-nightly-AMD64.exe
@@ -240,7 +243,6 @@ jobs:
240243
name: Publish Windows installer
241244
needs:
242245
- build-windows-installer
243-
- test-full-src-package
244246
runs-on: ubuntu-latest
245247
steps:
246248
- name: Download Windows installer artifact

0 commit comments

Comments
 (0)