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