Skip to content

Commit

Permalink
Update name of tar ball uploaded to PyPi
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhassell authored Jan 29, 2025
1 parent 3d3d8d0 commit 2cac6e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion upload_to_pypi
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ fi

version=$1

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

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

0 comments on commit 2cac6e9

Please sign in to comment.