File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 6666 --outdir dist/
6767 - name : Publish distribution 📦 to Test PyPI
6868 uses : pypa/gh-action-pypi-publish@master
69+ continue-on-error : true
6970 with :
7071 password : ${{ secrets.TEST_PYPI_API_TOKEN }}
7172 repository_url : https://test.pypi.org/legacy/
Original file line number Diff line number Diff line change 1+ 3.0.2
2+ * Just CI auto deploy fixes
3+
143.0.0
25* Compatible with Debug toolbar 3.x
36* Compatible with Django 4.0 (Requires python 3.8+)
Original file line number Diff line number Diff line change 55setup (
66 name = "django-elasticsearch-debug-toolbar" ,
77 packages = find_packages (),
8- version = "3.0.1 " ,
8+ version = "3.0.2 " ,
99 description = "A Django Debug Toolbar panel for Elasticsearch" ,
1010 long_description = open ("README.md" ).read (),
1111 author = "Benoit Chabord" ,
You can’t perform that action at this time.
0 commit comments