We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 43f4ff5 + eeb3d0e commit 0576b5eCopy full SHA for 0576b5e
.github/workflows/release.yml
@@ -60,3 +60,6 @@ jobs:
60
env:
61
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}
62
run: poetry publish
63
+
64
+ - name: Check we can install andz with pip
65
+ run: pip install andz==$(poetry version --short)
0 commit comments