From 79427a2b9d5a0b7064cd5a98808eb89053605134 Mon Sep 17 00:00:00 2001 From: Max Halford Date: Thu, 9 Nov 2023 09:35:32 +0100 Subject: [PATCH] Update pypi.yml --- .github/workflows/pypi.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 0497cb707a..752a9b7d97 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -98,7 +98,12 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Build + - name: Build River + uses: ./.github/actions/install-env + with: + python-version: "3.12" + + - name: Build dist run: poetry build - uses: actions/upload-artifact@v2