diff --git a/_release.sh b/_release.sh index 3d854dc801edde36685ccee7f371fdc7a061c1cc..b557aa002d0b2bda61e6bbec1a5882722ab2fe3c 100755 --- a/_release.sh +++ b/_release.sh @@ -6,7 +6,7 @@ echo VERSION=`cat netmiko/__init__.py | grep version | sed "s/^__version__ = \"//"` VERSION=`echo $VERSION | sed "s/\"$//"` PACKAGE=`echo 'netmiko-'$VERSION'.tar.gz'` -WHL_PACKAGE=`echo 'netmiko-'$VERSION'-py2.py3-none-any.whl'` +WHL_PACKAGE=`echo 'netmiko-'$VERSION'-py3-none-any.whl'` GLOB_PACKAGE=`echo 'netmiko-'$VERSION'*'` DIR_PACKAGE=`echo './dist/'$PACKAGE` DIR_WHL_PACKAGE=`echo './dist/'$WHL_PACKAGE` diff --git a/release_process.txt b/release_process.txt index e1e55c622f47113cef51d633d962afe3b54e66f7..32598f0e762021709e3c066a66ac653db668db1e 100644 --- a/release_process.txt +++ b/release_process.txt @@ -20,6 +20,6 @@ $ pdoc3 --html --output-dir docs netmiko --force # Run ./_release.sh # Create a tag for the version -$ git tag -a v3.3.2 -m "Version 3.3.2 Release" -$ git push origin <tag_name> +git tag -a v3.3.3 -m "Version 3.3.3 Release" +git push origin v3.3.3