Просмотр исходного кода

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 год назад
Родитель
Сommit
14e1665af4
1 измененных файлов с 2 добавлено и 0 удалено
  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