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.
This commit is contained in:
link2xt
2023-01-09 16:20:56 +00:00
parent 120a7a3090
commit 0e849609f4

View File

@@ -104,9 +104,6 @@ jobs:
outputs: outputs:
- name: py-docs - name: py-docs
path: ./python/doc/_build/ path: ./python/doc/_build/
# Source packages
- name: py-dist
path: ./python/.docker-tox/dist/
# Binary wheels # Binary wheels
- name: py-wheels - name: py-wheels
path: ./python/.docker-tox/wheelhouse/ path: ./python/.docker-tox/wheelhouse/
@@ -145,7 +142,6 @@ jobs:
config: config:
inputs: inputs:
- name: py-wheels - name: py-wheels
- name: py-dist
image_resource: image_resource:
type: registry-image type: registry-image
source: source:
@@ -162,7 +158,6 @@ jobs:
devpi use https://m.devpi.net/dc/master devpi use https://m.devpi.net/dc/master
devpi login ((devpi.login)) --password ((devpi.password)) devpi login ((devpi.login)) --password ((devpi.password))
devpi upload py-wheels/*manylinux201* devpi upload py-wheels/*manylinux201*
devpi upload py-dist/*
- name: python-aarch64 - name: python-aarch64
plan: plan: