Browse Source

Disable twine upload in disperse; this is now done on GitHub

Jelmer Vernooij 1 year ago
parent
commit
7e648a1a00
1 changed files with 2 additions and 0 deletions
  1. 2 0
      disperse.conf

+ 2 - 0
disperse.conf

@@ -10,3 +10,5 @@ update_version {
 }
 # Dulwich' CI builds wheels, which is really slow
 ci_timeout: 7200
+# We have a GitHub action that uploads to PyPI, so we don't need to do it here.
+skip_twine_upload: true