diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml
index 65ea761ad713ef7051b1d2111fd5e87ac8d670e6..ed4fc6179db39b332ab1b026ce8d818b13292a3d 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
diff --git a/changelog.d/12131.misc b/changelog.d/12131.misc
new file mode 100644
index 0000000000000000000000000000000000000000..8ef23c22d5245e19c90d5d166585225b125ae575
--- /dev/null
+++ b/changelog.d/12131.misc
@@ -0,0 +1 @@
+Fix CI not attaching source distributions and wheels to the GitHub releases.
\ No newline at end of file