We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b7a7aa commit f392b16Copy full SHA for f392b16
.travis.yml
@@ -8,8 +8,8 @@ script:
8
- pip install -r requirements.txt
9
- make latexpdf
10
- cd ../
11
-# - python setup.py sdist
12
-# - python -m twine upload --username $pypiusername --password $pypipassword dist/*
+ - python setup.py sdist
+ - python -m twine upload --username $pypiusername --password $pypipassword dist/*
13
before_deploy:
14
- git tag $TAGNAME
15
deploy:
0 commit comments