Skip to content

Commit

Permalink
Add release to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
carderne committed Nov 21, 2022
1 parent ad5ef4b commit a19ce54
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
publish:
needs: test
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/')
steps:
- name: Checkout repo
uses: actions/checkout@v3
Expand All @@ -82,6 +83,9 @@ jobs:
with:
python-version: "3.10"

- name: Release
uses: softprops/action-gh-release@v1

- name: Build
run: |
pip install build
Expand Down

0 comments on commit a19ce54

Please sign in to comment.