chiark / gitweb /
check git is on correct tag before making a release
[fdroidserver.git] / setup.cfg
index afaf13e21977e6e378afd59ed27c76c2c2c3df4d..76777df3d13a39b3de9b9605460de2f000a81df4 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,8 @@
 
+# uploading here requires Python 3.5.3+ or setuptools 27+,
+# use instead: twine upload dist/fdroidserver*.tar.gz*
 [aliases]
-release = register compile_catalog sdist upload --sign
+release = versioncheck register compile_catalog sdist upload --sign
 
 # All this below is for Babel config.  Ideally we would only use
 # Babel, but it is still missing some key features that gettext gives