fix "make publish"

This commit is contained in:
JensDiemer 2020-12-28 20:24:57 +01:00
parent 614b4187c7
commit 57bbf9880f

View file

@ -24,7 +24,6 @@ def publish():
poetry_publish(
package_root=PACKAGE_ROOT,
version=django_ynh.__version__,
creole_readme=True, # don't publish if README.rst is not up-to-date
)