From 2a427f0c32e22c10ef26b362d05827d9c3f41284 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Wed, 6 Mar 2024 16:47:19 -0600 Subject: [PATCH] Setup poetry correctly for release publish --- .github/workflows/release.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 65ec03cf..f5f41eb7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -44,6 +44,16 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + + - name: Set up Python 3.12 + uses: actions/setup-python@v4 + with: + python-version: "3.12" + + - name: Set up Poetry + run: | + pip install poetry==${{ env.POETRY_VERSION }} + - name: Publish scenarios to GitHub Pages run: | poetry run packse index build --no-hash scenarios/*.json