Skip to content

Commit

Permalink
Merge pull request #112 from nbro/update-release
Browse files Browse the repository at this point in the history
Check we can install `andz` with pip after the release
  • Loading branch information
nbro authored Mar 24, 2024
2 parents 43f4ff5 + eeb3d0e commit 0576b5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,6 @@ jobs:
env:
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}
run: poetry publish

- name: Check we can install andz with pip
run: pip install andz==$(poetry version --short)

0 comments on commit 0576b5e

Please sign in to comment.