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