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