From eeb3d0ea9198e57d2ac57899be5844f6f0ebf219 Mon Sep 17 00:00:00 2001 From: nbro <9349000+nbro@users.noreply.github.com> Date: Sun, 24 Mar 2024 06:24:38 +0100 Subject: [PATCH] Check we can install andz with pip after the release --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ed1d124d..462040d0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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)