mirror of
https://github.com/tanrax/django-channels-more-than-present
synced 2026-03-12 19:54:18 +01:00
5 lines
60 B
Makefile
5 lines
60 B
Makefile
all:
|
|
rm dist/*
|
|
python setup.py sdist
|
|
twine upload dist/*
|