Skip to content

Commit 71e1adc

Browse files
committed
update: change way to build and publish package
1 parent 03d5312 commit 71e1adc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MANAGEMENT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Then you have to [create a release](https://github.com/blog/1547-release-your-so
2121

2222
And then upload the release to pypi:
2323

24-
python setup.py register sdist --formats=gztar,zip bdist_egg upload
24+
python setup.py sdist && twine upload dist/*
2525

2626
Please, don't forget to increment to the next module (`SPARQLWrapper/__init__.py` file).
2727

0 commit comments

Comments
 (0)