Skip to content

Commit

Permalink
Check we can install andz with pip after the release
Browse files Browse the repository at this point in the history
  • Loading branch information
nbro committed Mar 24, 2024
1 parent 43f4ff5 commit 25c7e14
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,7 @@ jobs:
env:
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}
run: poetry publish

install:
- name: Check we can install andz with pip
run: pip install andz

0 comments on commit 25c7e14

Please sign in to comment.