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
33on :
44 workflow_dispatch :
55 inputs :
6- version :
7- description : " The new version to set"
8- required : true
96 following_version :
107 description : " The post (dev) version to set"
118 required : false
2623 # to 'false' when the input is set to 'false'.
2724 DRY_RUN : ${{ ! contains(inputs.dry_run, 'false') }}
2825 FOLLOWING_VERSION : ${{ inputs.following_version || '' }}
29- VERSION : ${{ inputs.version || '10.10.10.10' }}
3026
3127defaults :
3228 run :
5652 - uses : mongodb-labs/drivers-github-tools/python/pre-publish@v2
5753 id : pre-publish
5854 with :
59- version : ${{ env.VERSION }}
6055 dry_run : ${{ env.DRY_RUN }}
6156
6257 build-dist :
@@ -116,7 +111,6 @@ jobs:
116111 artifactory_username : ${{ vars.ARTIFACTORY_USERNAME }}
117112 - uses : mongodb-labs/drivers-github-tools/python/post-publish@v2
118113 with :
119- version : ${{ env.VERSION }}
120114 following_version : ${{ env.FOLLOWING_VERSION }}
121115 product_name : ${{ env.PRODUCT_NAME }}
122116 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 "
22
33# Check Django compatibility before other imports which may fail if the
44# wrong version of Django is installed.
You can’t perform that action at this time.
0 commit comments