File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,6 @@ name: Python Release
3
3
on :
4
4
workflow_dispatch :
5
5
inputs :
6
- version :
7
- description : " The new version to set"
8
- required : true
9
6
following_version :
10
7
description : " The post (dev) version to set"
11
8
dry_run :
24
21
# to 'false' when the input is set to 'false'.
25
22
DRY_RUN : ${{ ! contains(inputs.dry_run, 'false') }}
26
23
FOLLOWING_VERSION : ${{ inputs.following_version || '' }}
27
- VERSION : ${{ inputs.version || '10.10.10.10' }}
28
24
29
25
defaults :
30
26
run :
54
50
- uses : mongodb-labs/drivers-github-tools/python/pre-publish@v2
55
51
id : pre-publish
56
52
with :
57
- version : ${{ env.VERSION }}
58
53
working_directory : ./bindings/python
59
54
dry_run : ${{ env.DRY_RUN }}
60
55
tag_template : " pymongocrypt-${VERSION}"
@@ -117,7 +112,6 @@ jobs:
117
112
artifactory_username : ${{ vars.ARTIFACTORY_USERNAME }}
118
113
- uses : mongodb-labs/drivers-github-tools/python/post-publish@v2
119
114
with :
120
- version : ${{ env.VERSION }}
121
115
following_version : ${{ env.FOLLOWING_VERSION }}
122
116
working_directory : ./bindings/python
123
117
product_name : ${{ env.PRODUCT_NAME }}
You can’t perform that action at this time.
0 commit comments