File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ build-backend = "setuptools.build_meta"
1010
1111[project ]
1212name = " daisy-exact-search"
13- version = " 1.0.7 "
13+ version = " 1.0.8 "
1414description = " DaiSy: A Library for Scalable Data Series Similarity Search"
1515readme = " README.md"
1616requires-python = " >=3.10"
Original file line number Diff line number Diff line change @@ -41,9 +41,9 @@ if [ $? -ne 0 ]; then
4141fi
4242
4343echo
44- # Upload to PyPI
44+ # Upload to PyPI (source distribution only)
4545echo " Uploading to PyPI..."
46- python -m twine upload dist/*
46+ python -m twine upload dist/* .tar.gz
4747
4848if [ $? -eq 0 ]; then
4949 echo
Original file line number Diff line number Diff line change 1111from setuptools .command .build_ext import build_ext as _build_ext
1212
1313# Version
14- __version__ = "1.0.7 "
14+ __version__ = "1.0.8 "
1515
1616# Detect platform
1717IS_MACOS = sys .platform == "darwin"
You can’t perform that action at this time.
0 commit comments