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 2323 SILK_ASSET_GROUP : django-mongodb-backend-main
2424 EVERGREEN_PROJECT : django-mongodb-backend
2525 # Constant
26- DRY_RUN : ${{ inputs.dry_run == 'true' }}
26+ DRY_RUN : ${{ github.event_name == 'workflow_dispatch' && inputs.dry_run || 'true' }}
2727 FOLLOWING_VERSION : ${{ inputs.following_version || '' }}
2828 VERSION : ${{ inputs.version || '10.10.10.10' }}
2929
Original file line number Diff line number Diff line change 1- __version__ = "5.0.0a4.dev0 "
1+ __version__ = "5.0.0a3 "
22
33# Check Django compatibility before other imports which may fail if the
44# wrong version of Django is installed.
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ keywords = [
1919 " django"
2020]
2121classifiers = [
22- " Development Status :: 2 - Pre-Alpha " ,
22+ " Development Status :: 4 - Beta " ,
2323 " Framework :: Django" ,
2424 " Framework :: Django :: 5.0" ,
2525 " Intended Audience :: Developers" ,
You can’t perform that action at this time.
0 commit comments