We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03d5312 commit 71e1adcCopy full SHA for 71e1adc
MANAGEMENT.md
@@ -21,7 +21,7 @@ Then you have to [create a release](https://github.com/blog/1547-release-your-so
21
22
And then upload the release to pypi:
23
24
- python setup.py register sdist --formats=gztar,zip bdist_egg upload
+ python setup.py sdist && twine upload dist/*
25
26
Please, don't forget to increment to the next module (`SPARQLWrapper/__init__.py` file).
27
0 commit comments