File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -302,7 +302,14 @@ jobs:
302
302
with :
303
303
egress-policy : audit
304
304
305
- # Note: does not need a checkout step
305
+ # Note: no need for a checkout step in this job
306
+
307
+ - name : ' ⬇ Download build artefacts'
308
+ # yamllint disable-line rule:line-length
309
+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
310
+ with :
311
+ name : " ${{ needs.python-build.outputs.artefact_name }}"
312
+ path : " ${{ needs.python-build.outputs.artefact_path }}"
306
313
307
314
- name : ' Attach build artefacts to release'
308
315
# yamllint disable-line rule:line-length
Original file line number Diff line number Diff line change 3
3
4
4
[project ]
5
5
name = " osc-github-devops"
6
- version = " 0.1.34 "
6
+ version = " 0.1.35 "
7
7
# Uncomment to enable dynamic versioning
8
8
# dynamic = [ "version" ]
9
9
description = " Template Python project"
You can’t perform that action at this time.
0 commit comments