File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1- version = "3.1.2 "
1+ version = "3.1.3 "
22version_info = tuple ([int (d ) for d in version .split ("-" )[0 ].split ("." )])
Original file line number Diff line number Diff line change 11Change log
22==========
33
4+ 3.1.3
5+ -----
6+
7+ ### Bugfixes
8+
9+ * Regenerated invalid wheel package
10+
4113.1.2
512-----
613
Original file line number Diff line number Diff line change @@ -18,6 +18,9 @@ if [ -z $VERSION ]; then
1818 exit 1
1919fi
2020
21+ echo " ##> Removing stale build files"
22+ rm -rf ./build || exit 1
23+
2124echo " ##> Tagging the release as $VERSION "
2225git tag $VERSION || exit 1
2326if [[ $2 == ' upload' ]]; then
@@ -30,4 +33,7 @@ pandoc -f markdown -t rst README.md -o README.rst || exit 1
3033if [[ $2 == ' upload' ]]; then
3134 echo " ##> Uploading sdist to pypi"
3235 python setup.py sdist bdist_wheel upload
36+ else
37+ echo " ##> sdist & wheel"
38+ python setup.py sdist bdist_wheel
3339fi
You can’t perform that action at this time.
0 commit comments