Skip to content

Commit f392b16

Browse files
authored
enabling pypi deploy in from travis
1 parent 9b7a7aa commit f392b16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ script:
88
- pip install -r requirements.txt
99
- make latexpdf
1010
- cd ../
11-
# - python setup.py sdist
12-
# - python -m twine upload --username $pypiusername --password $pypipassword dist/*
11+
- python setup.py sdist
12+
- python -m twine upload --username $pypiusername --password $pypipassword dist/*
1313
before_deploy:
1414
- git tag $TAGNAME
1515
deploy:

0 commit comments

Comments
 (0)