We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 182a541 commit 14f2ba6Copy full SHA for 14f2ba6
.github/workflows/publish-to-test-pypi.yml
@@ -44,6 +44,7 @@ jobs:
44
45
46
build-n-publish:
47
+ needs: tests
48
name: Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI
49
runs-on: ubuntu-latest
50
steps:
setup.py
@@ -5,7 +5,7 @@
5
setup(
6
name="django-elasticsearch-debug-toolbar",
7
packages=find_packages(),
8
- version="3.0.0",
+ version="3.0.1",
9
description="A Django Debug Toolbar panel for Elasticsearch",
10
long_description=open("README.md").read(),
11
author="Benoit Chabord",
0 commit comments