Skip to content

Commit 2cac6e9

Browse files
authored
Update name of tar ball uploaded to PyPi
1 parent 3d3d8d0 commit 2cac6e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

upload_to_pypi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ fi
1818

1919
version=$1
2020

21-
tarball=dist/cf-python-${version}.tar.gz
21+
tarball=dist/cf_python-${version}.tar.gz
22+
mv dist/cf-python-${version}.tar.gz dist/$tarball
2223

2324
if [[ ! -f $tarball ]] ; then
2425
echo "Tar ball for version $version does not exist: $tarball"

0 commit comments

Comments
 (0)