File tree Expand file tree Collapse file tree 5 files changed +4
-15
lines changed Expand file tree Collapse file tree 5 files changed +4
-15
lines changed Original file line number Diff line number Diff line change @@ -46,12 +46,13 @@ jobs:
4646 - name : set up python
4747 uses : actions/setup-python@v1
4848 with :
49- python-version : ' 3.8 '
49+ python-version : ' 3.10 '
5050
5151 - name : install
5252 run : |
5353 make install
5454 pip install -U wheel twine
55+
5556 - name : build
5657 run : python setup.py sdist bdist_wheel
5758
Original file line number Diff line number Diff line change 1- from .meta import VERSION
2- import django
3-
4- __version__ = str (VERSION )
5- if django .VERSION >= (3 , 2 ):
6- # The declaration is only needed for older Django versions
7- pass
8- else :
9- default_app_config = 'bootstrapform_jinja.apps.BootstrapformJinjaConfig'
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ VERSION = '4.5.0'
Original file line number Diff line number Diff line change 11from setuptools import setup , find_packages
2- from bootstrapform_jinja .meta import VERSION
2+ from bootstrapform_jinja .version import VERSION
33
44description = """
55django-jinja-bootstrap-form
You can’t perform that action at this time.
0 commit comments