From aaf0b2bc5016476d1a1a7f07c56aaa299b05fd46 Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Tue, 14 Jul 2026 05:07:33 +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 6246cfa..be95e44 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/*