Bump to poetry 1.2.0b3

This commit is contained in:
Justin Wood
2022-07-15 14:00:54 -04:00
committed by Justin Wood
parent e8ce2f391b
commit a181da95b3
4 changed files with 18 additions and 31 deletions

View File

@@ -8,7 +8,7 @@
set -e;
CI_CACHE=$HOME/.cache;
POETRY_VERSION=1.2.0b2;
POETRY_VERSION=1.2.0b3;
POETRY_PREVIEW=1;
mkdir --parents "$CI_CACHE";