File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ VERSION=${TAG/v/}
16
16
17
17
DEEPVOICE3_PYTORCH_BUILD_VERSION=$VERSION python setup.py develop sdist
18
18
echo " *** Ready to release! deepvoice3_pytorch $TAG ***"
19
- echo " Please run the following command manually:"
20
- echo DEEPVOICE3_PYTORCH_BUILD_VERSION=$VERSION python setup.py sdist upload
21
19
echo " Please make sure that release verion is correct."
22
20
cat deepvoice3_pytorch/version.py
21
+ echo " Please run the following command manually:"
22
+ echo twine upload dist/deepvoice3_pytorch-${VERSION} .tar.gz --repository-url https://upload.pypi.org/legacy/
Original file line number Diff line number Diff line change 7
7
import subprocess
8
8
from os .path import exists
9
9
10
- version = '0.0.6 '
10
+ version = '0.1.0 '
11
11
12
12
# Adapted from https://github.com/pytorch/pytorch
13
13
cwd = os .path .dirname (os .path .abspath (__file__ ))
You can’t perform that action at this time.
0 commit comments