Skip to content

Commit

Permalink
Fix target name and bump to 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolphpienaar committed May 1, 2024
1 parent e78d03d commit 76dd6d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pypi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ G_SYNOPSIS="
DESCRIPTION
pypi.sh is a simple helper script to tag and upload a new version of pypi.sh
pypi.sh is a simple helper script to tag and upload a new version of pypi.sh
"
Expand All @@ -31,13 +31,13 @@ VER=$1
DIR=$PWD
pandoc --from=markdown --to=rst --output=README.rst README.md
git commit -am "v${VER}"
git push origin main
git push origin main
git tag $VER
git push origin --tags

#rstcheck README.rst
python3 setup.py sdist
cd $DIR
twine upload dist/spleendata-${VER}.tar.gz
twine upload dist/spleendatads-${VER}.tar.gz


2 changes: 1 addition & 1 deletion spleendatads.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from monai.apps.utils import download_and_extract

__version__ = "1.0.6"
__version__ = "1.0.8"

DISPLAY_TITLE = r"""
Expand Down

0 comments on commit 76dd6d2

Please sign in to comment.