← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~cjwatson/lpcraft:gather-sdist into lpcraft:main

 

Colin Watson has proposed merging ~cjwatson/lpcraft:gather-sdist into lpcraft:main.

Commit message:
Gather sdist from our own build

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~cjwatson/lpcraft/+git/lpcraft/+merge/426469

This is useful for testing, as I'm currently working on adding sdist publication support to Launchpad.
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~cjwatson/lpcraft:gather-sdist into lpcraft:main.
diff --git a/.launchpad.yaml b/.launchpad.yaml
index 1f1397b..d3ffd7e 100644
--- a/.launchpad.yaml
+++ b/.launchpad.yaml
@@ -13,4 +13,6 @@ jobs:
         architectures: amd64
         plugin: pyproject-build
         output:
-            paths: ["dist/*.whl"]
+            paths:
+                - "dist/*.tar.gz"
+                - "dist/*.whl"