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 0f42fed commit 4795a0eCopy full SHA for 4795a0e
Makefile
@@ -1,5 +1,6 @@
1
release:
2
umask 022 && chmod -R a+rX . && python setup.py sdist bdist_wheel
3
+ # twine upload dist/*
4
5
test :
6
python pycodestyle.py --testsuite testsuite
0 commit comments