diff --git a/publish-python.yaml b/publish-python.yaml new file mode 100644 index 0000000..47022a4 --- /dev/null +++ b/publish-python.yaml @@ -0,0 +1,15 @@ +artifacts: + - type: wheel + uploads: + - type: pypi + - type: stdeb + uploads: + - type: packagecloud + config: + repository: dirk-thomas/colcon + distributions: + - ubuntu:xenial + - ubuntu:bionic + - ubuntu:focal + - debian:stretch + - debian:buster