We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a063c63 commit a8180d4Copy full SHA for a8180d4
1 file changed
Makefile
@@ -31,7 +31,7 @@ safetest:
31
export SKIP_TRUE_REDIS=1; export SKIP_TRUE_HTTP=1; make test
32
33
publish:
34
- python setup.py sdist bdist_wheel
+ python setup.py sdist
35
pip install -U twine
36
twine upload dist/mocket-$(shell python -c 'import mocket; print(mocket.__version__)')*.*
37
pip install -U anaconda-client
0 commit comments