File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 53
53
artifact_name : ${{ steps.seal_source_code.outputs.artifact_name }}
54
54
RELEASE_VERSION : ${{ steps.release_version.outputs.RELEASE_VERSION }}
55
55
steps :
56
+ # We use a pinned version of Poetry to be certain it won't modify source code before we create a hash
57
+ - name : Install poetry
58
+ run : |
59
+ pipx install git+https://github.com/python-poetry/poetry@68b88e5390720a3dd84f02940ec5200bfce39ac6 # v1.5.0
60
+ pipx inject poetry git+https://github.com/monim67/poetry-bumpversion@315fe3324a699fa12ec20e202eb7375d4327d1c4 # v0.3.1
61
+
56
62
- name : Export release version
57
63
id : release_version
58
64
run : |
75
81
with :
76
82
ref : ${{ env.RELEASE_COMMIT }}
77
83
78
- # We use a pinned version of Poetry to be certain it won't modify source code before we create a hash
79
- - name : Install poetry
80
- run : |
81
- pipx install git+https://github.com/python-poetry/poetry@68b88e5390720a3dd84f02940ec5200bfce39ac6 # v1.5.0
82
- pipx inject poetry git+https://github.com/monim67/poetry-bumpversion@315fe3324a699fa12ec20e202eb7375d4327d1c4 # v0.3.1
83
-
84
84
- name : Bump package version
85
85
id : versioning
86
86
run : poetry version "${RELEASE_VERSION}"
You can’t perform that action at this time.
0 commit comments