From 0e849609f419843860493909e6fc669c7c4b78df Mon Sep 17 00:00:00 2001 From: link2xt Date: Mon, 9 Jan 2023 16:20:56 +0000 Subject: [PATCH] ci: python: do not try to upload source distributions They are not useful because you still need a statically linked rust library besides the C FFI module, and they are not built by tox 4 without changes. --- scripts/concourse/docs_wheels.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/concourse/docs_wheels.yml b/scripts/concourse/docs_wheels.yml index d902947bc..bd2074d4b 100644 --- a/scripts/concourse/docs_wheels.yml +++ b/scripts/concourse/docs_wheels.yml @@ -104,9 +104,6 @@ jobs: outputs: - name: py-docs path: ./python/doc/_build/ - # Source packages - - name: py-dist - path: ./python/.docker-tox/dist/ # Binary wheels - name: py-wheels path: ./python/.docker-tox/wheelhouse/ @@ -145,7 +142,6 @@ jobs: config: inputs: - name: py-wheels - - name: py-dist image_resource: type: registry-image source: @@ -162,7 +158,6 @@ jobs: devpi use https://m.devpi.net/dc/master devpi login ((devpi.login)) --password ((devpi.password)) devpi upload py-wheels/*manylinux201* - devpi upload py-dist/* - name: python-aarch64 plan: