Skip to content

Commit

Permalink
feat: upload built assets to release
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed Jul 29, 2024
1 parent 1dafbc3 commit 8510a44
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,8 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_KEY }}
- name: Upload assets to release
uses: AButler/[email protected]
with:
files: 'dist/*'
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8510a44

Please sign in to comment.