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 3957f6f commit 38941edCopy full SHA for 38941ed
.travis.yml
@@ -38,9 +38,5 @@ jobs:
38
if: tag IS present AND repo = rmorshea/idom
39
python: 3.6
40
script:
41
- - sudo apt update
42
- # javascript dependencies
43
- - sudo apt install nodejs
44
- - npm install -g yarn
45
- python setup.py bdist_wheel
46
- twine upload dist/* -u $PYPI_USERNAME -p $PYPI_PASSWORD
requirements/dev.txt
@@ -1,3 +1,4 @@
1
jupyter
2
pre-commit
3
notebook
4
+twine
0 commit comments