summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorreivilibre <oliverw@matrix.org>2022-03-08 15:11:50 +0000
committerGitHub <noreply@github.com>2022-03-08 15:11:50 +0000
commitbfa7d6b03588ec3eca488f404d8fcac38f9e6427 (patch)
tree4f0ff997169b32458c900b501d0c77f8b73246fa /.github
parentAdd experimental environment variable to enable asyncio reactor (#12135) (diff)
downloadsynapse-bfa7d6b03588ec3eca488f404d8fcac38f9e6427.tar.xz
Fix CI not attaching source distributions and wheels to the GitHub releases. (#12131)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release-artifacts.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml
index 65ea761ad7..ed4fc6179d 100644
--- a/.github/workflows/release-artifacts.yml
+++ b/.github/workflows/release-artifacts.yml
@@ -112,7 +112,8 @@ jobs:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
         with:
           files: |
-            python-dist/*
+            Sdist/*
+            Wheel/*
             debs.tar.xz
           # if it's not already published, keep the release as a draft.
           draft: true