File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
{{cookiecutter.project_name}} Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 44 push :
55 tags :
66 - ' [0-9]+.[0-9]+.[0-9]+'
7-
7+ release :
8+ types : [published, created]
89
910jobs :
1011 publish :
2627 run : pip install twine==3.2.0
2728
2829 - name : Generate Packages
29- run : python setup.py sdist wheel
30+ run : python setup.py sdist bdist_wheel
3031
3132 - name : Twine check
3233 run : twine check dist/*
Original file line number Diff line number Diff line change 77 setup ,
88)
99
10+ # Local application imports
11+ from {{cookiecutter .project_name }} import __version__
12+
1013here = path .abspath (path .dirname (__file__ ))
1114
1215setup (
1316 name = "{{cookiecutter.project_name}}" ,
14- version = "{{cookiecutter.package_version}}" ,
17+ version = __version__ ,
1518 description = "{{cookiecutter.short_description}}" ,
1619 long_description = "" ,
1720 url = "{{cookiecutter.url}}" ,
You can’t perform that action at this time.
0 commit comments