Skip to content

Commit

Permalink
Upload new dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
Thu Trang Pham committed Feb 20, 2021
1 parent fea907b commit 302e02b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

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",
Expand Down

0 comments on commit 302e02b

Please sign in to comment.