Skip to content

Commit

Permalink
ci: add release step in github test action
Browse files Browse the repository at this point in the history
  • Loading branch information
eiri committed Mar 28, 2024
1 parent 45f0b07 commit 1382c58
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,8 @@ jobs:
run: poetry run pytest -v --cov --cov-report term-missing
- name: Build artifacts
run: poetry build
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: ${{github.workspace}}/dist/*

0 comments on commit 1382c58

Please sign in to comment.