Skip to content

Commit 0576b5e

Browse files
authored
Merge pull request #112 from nbro/update-release
Check we can install `andz` with pip after the release
2 parents 43f4ff5 + eeb3d0e commit 0576b5e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,6 @@ jobs:
6060
env:
6161
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}
6262
run: poetry publish
63+
64+
- name: Check we can install andz with pip
65+
run: pip install andz==$(poetry version --short)

0 commit comments

Comments
 (0)