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/*