Skip to content

Commit

Permalink
Releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidStirling committed Oct 21, 2024
1 parent ec72f31 commit fed48ec
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,9 @@ jobs:
uses: actions/upload-artifact@v4
with:
path: dist/*.whl

- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: dist/*.whl

0 comments on commit fed48ec

Please sign in to comment.