From 3b500ee425f0757c8990dec36ad9617188cddbce Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Wed, 7 Dec 2022 22:22:43 +0100 Subject: [PATCH] Downgrade poetry to permit extra option with underscores Fix #545 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 296e99c7..86e917c9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: python-version: ${{ env.DEFAULT_PYTHON }} - name: Install requirements run: | - python -m pip install --disable-pip-version-check -U pip twine poetry + python -m pip install --disable-pip-version-check -U pip twine poetry "poetry-core<1.3.0" - name: Build distributions run: | poetry build -f wheel