Skip to content

Commit e5fc0a9

Browse files
committed
Fix space when publishing
1 parent 5d3fe46 commit e5fc0a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ publish () {
1515

1616
python setup.py sdist
1717

18-
read -r -p "Looks good to publish ${VERSION} to pypi [y/N]?" response
18+
read -r -p "Looks good to publish ${VERSION} to pypi [y/N]? " response
1919
case "$response" in
2020
[yY][eE][sS]|[yY])
2121
twine upload dist/pytorch-datastream-${VERSION}.tar.gz

0 commit comments

Comments
 (0)