Upload new dev version
parent
fea907b3c8
commit
302e02b1e4
1
Makefile
1
Makefile
|
|
@ -24,4 +24,5 @@ i-have-tested-with-testpypi-and-am-ready-to-release:
|
|||
python3 -m twine upload --repository pypi dist/django_admin_confirm-$(VERSION)
|
||||
|
||||
install-testpypi:
|
||||
pip uninstall django_admin_confirm
|
||||
python -m pip install --index-url https://test.pypi.org/simple/ django_admin_confirm==${VERSION}
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -6,7 +6,7 @@ README = open(os.path.join(here, "README.md")).read()
|
|||
|
||||
setup(
|
||||
name="django-admin-confirm",
|
||||
version="0.2.3.dev3",
|
||||
version="0.2.3.dev4",
|
||||
packages=["admin_confirm"],
|
||||
description="Adds confirmation to Django Admin changes, additions and actions",
|
||||
long_description_content_type="text/markdown",
|
||||
|
|
|
|||
Loading…
Reference in New Issue