Skip to content

Commit b2331b4

Browse files
committed
fix: add separate publish step to upload assets to GitHub releases
- Add dedicated publish step after version step - Ensures dist files are uploaded to GitHub releases - Fixes missing wheel and tarball assets in releases
1 parent 017e73a commit b2331b4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/semantic-release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,9 @@ jobs:
4848
github_token: ${{ secrets.GITHUB_TOKEN }}
4949
git_committer_name: "github-actions[bot]"
5050
git_committer_email: "github-actions[bot]@users.noreply.github.com"
51+
52+
- name: Publish to VCS Release
53+
uses: python-semantic-release/python-semantic-release@v10.5.3
54+
with:
55+
github_token: ${{ secrets.GITHUB_TOKEN }}
56+
command: publish

0 commit comments

Comments
 (0)