From 98ee06a569b45604a1a0c7d9ae8e56a4efe9817f Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Tue, 14 Jul 2026 05:11:51 +0200 Subject: [PATCH] [MISC] Update release workflow --- .github/workflows/release.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6246cfa3..be95e44b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,3 +50,12 @@ jobs: # Publish to PyPI using Trusted Publishing - name: Upload to PyPI uses: pypa/gh-action-pypi-publish@release/v1 + + # Add Assets to Release on GitHub + - name: Add Assets to Release on GitHub + uses: softprops/action-gh-release@v3 + with: + token: ${{ secrets.GITHUB_TOKEN }} + # The name of the file(s) to upload + files: | + dist/*