From 5de7c35622b284fd3b22e2533a14728e0ca9b1f5 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Wed, 24 Jul 2019 13:36:06 +0200 Subject: [PATCH] disable upload to devpi as it's currently down and unncessarily braks PR testing --- .circleci/config.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f97c61b61..d1e6c62ea 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -167,9 +167,10 @@ workflows: test: jobs: - build_test_docs_wheel - - upload_docs_wheels: - requires: - - build_test_docs_wheel + # m.devpi.net is down, only up tomorrow or so + # - upload_docs_wheels: + # requires: + # - build_test_docs_wheel - cargo_fetch - rustfmt: requires: