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 2cd014c commit 674be72Copy full SHA for 674be72
release.sh
@@ -0,0 +1,5 @@
1
+#!/bin/sh
2
+rm -f dist/* # Remove eventual previous versions
3
+python setup.py sdist bdist_wheel # Create Source Distribution and Universal Wheel
4
+twine upload dist/* # Upload to PyPI
5
+
requirements.txt
@@ -1,5 +1,7 @@
django>=1.7
algoliasearch
-tox
-wheel
+# dev dependencies
pypandoc
+wheel
6
+tox
7
+twine
0 commit comments