File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,6 @@ name: 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
required : false
26
23
# to 'false' when the input is set to 'false'.
27
24
DRY_RUN : ${{ ! contains(inputs.dry_run, 'false') }}
28
25
FOLLOWING_VERSION : ${{ inputs.following_version || '' }}
29
- VERSION : ${{ inputs.version || '10.10.10.10' }}
30
26
31
27
defaults :
32
28
run :
56
52
- uses : mongodb-labs/drivers-github-tools/python/pre-publish@v2
57
53
id : pre-publish
58
54
with :
59
- version : ${{ env.VERSION }}
60
55
dry_run : ${{ env.DRY_RUN }}
61
56
62
57
build-dist :
@@ -116,7 +111,6 @@ jobs:
116
111
artifactory_username : ${{ vars.ARTIFACTORY_USERNAME }}
117
112
- uses : mongodb-labs/drivers-github-tools/python/post-publish@v2
118
113
with :
119
- version : ${{ env.VERSION }}
120
114
following_version : ${{ env.FOLLOWING_VERSION }}
121
115
product_name : ${{ env.PRODUCT_NAME }}
122
116
evergreen_project : ${{ env.EVERGREEN_PROJECT }}
Original file line number Diff line number Diff line change 1
- __version__ = "5.1.0b1 "
1
+ __version__ = "5.1.0.dev0 "
2
2
3
3
# Check Django compatibility before other imports which may fail if the
4
4
# wrong version of Django is installed.
You can’t perform that action at this time.
0 commit comments