Browse Source

Merge pull request #1243 from jelmer/disperse-disable-upload

Disable pypi uploads in disperse; this is now down by the GitHub actions workflow
Jelmer Vernooij 1 year ago
parent
commit
14e1665af4
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