Skip to content

Commit 8510a44

Browse files
committed
feat: upload built assets to release
1 parent 1dafbc3 commit 8510a44

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,8 @@ jobs:
1919
uses: pypa/gh-action-pypi-publish@release/v1
2020
with:
2121
password: ${{ secrets.PYPI_API_KEY }}
22+
- name: Upload assets to release
23+
uses: AButler/[email protected]
24+
with:
25+
files: 'dist/*'
26+
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)