File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
SILK_ASSET_GROUP : django-mongodb-backend-main
24
24
EVERGREEN_PROJECT : django-mongodb-backend
25
25
# Constant
26
- DRY_RUN : ${{ inputs.dry_run == 'true' }}
26
+ DRY_RUN : ${{ github.event_name == 'workflow_dispatch' && inputs.dry_run || 'true' }}
27
27
FOLLOWING_VERSION : ${{ inputs.following_version || '' }}
28
28
VERSION : ${{ inputs.version || '10.10.10.10' }}
29
29
Original file line number Diff line number Diff line change 1
- __version__ = "5.0.0a4.dev0 "
1
+ __version__ = "5.0.0a3 "
2
2
3
3
# Check Django compatibility before other imports which may fail if the
4
4
# wrong version of Django is installed.
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ keywords = [
19
19
" django"
20
20
]
21
21
classifiers = [
22
- " Development Status :: 2 - Pre-Alpha " ,
22
+ " Development Status :: 4 - Beta " ,
23
23
" Framework :: Django" ,
24
24
" Framework :: Django :: 5.0" ,
25
25
" Intended Audience :: Developers" ,
You can’t perform that action at this time.
0 commit comments