mirror of
https://github.com/kennethreitz/tablib.git
synced 2026-06-05 15:00:19 +00:00
5 lines
113 B
Makefile
5 lines
113 B
Makefile
publish:
|
|
python setup.py register
|
|
python setup.py sdist upload
|
|
python setup.py bdist_wheel upload --universal
|