From ec615c4a09c36984da9c9679f1ab16de91a918f7 Mon Sep 17 00:00:00 2001 From: Dirk Thomas Date: Mon, 5 Oct 2020 23:16:11 -0700 Subject: [PATCH] add publish-python.yaml (#94) --- publish-python.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 publish-python.yaml 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