disable upload to devpi as it's currently down and unncessarily braks PR testing

This commit is contained in:
holger krekel
2019-07-24 13:36:06 +02:00
parent 004cdf6491
commit 5de7c35622

View File

@@ -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: