Skip to content
Snippets Groups Projects

ci: put python package in registry, not pypi

Merged Nicolas Chauvat requested to merge topic/default/registry-not-pypi into branch/default
2 files
+ 6
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -3,7 +3,7 @@
modname = "cubicweb_rodolf"
distname = "cubicweb-rodolf"
numversion = (0, 3, 0)
numversion = (0, 3, 1)
version = ".".join(str(num) for num in numversion)
license = "LGPL"
Loading