You've already forked django-changelist-inline
Public release
This commit is contained in:
16
Makefile
Normal file
16
Makefile
Normal file
@@ -0,0 +1,16 @@
|
||||
PHONY: clean lint test build publish
|
||||
|
||||
clean:
|
||||
rm -rf build/ dist/ django_changelist_inline.egg-info/
|
||||
|
||||
lint:
|
||||
flake8 django_changelist_inline/ testing/ tests/ settings.py setup.py
|
||||
|
||||
test:
|
||||
pytest
|
||||
|
||||
build:
|
||||
python setup.py build sdist bdist_wheel
|
||||
|
||||
publish:
|
||||
twine upload --repository pypi --skip-existing dist/*
|
||||
Reference in New Issue
Block a user