disperse.conf 339 B

123456789101112
  1. # See https://github.com/jelmer/disperse
  2. news_file: "NEWS"
  3. timeout_days: 5
  4. tag_name: "dulwich-$VERSION"
  5. verify_command: "flake8 && make check"
  6. update_version {
  7. path: "dulwich/__init__.py"
  8. match: "^__version__ = \((.*)\)$"
  9. new_line: "__version__ = $TUPLED_VERSION"
  10. }
  11. # Dulwich' CI builds wheels, which is really slow
  12. ci_timeout: 7200