From 8a60ae9d25f1a48c20082cae1c7d9c2ddbe0fc69 Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Sun, 9 Jul 2023 03:22:16 +0200 Subject: [PATCH] another typo in release script --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cb80fd51..0c2dcc80 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -73,6 +73,9 @@ jobs: else echo "channel=stable" >> $GITHUB_OUTPUT fi + - name: Install tomli + run: >- + pip install tomli tomli-w - name: Set Python project version from tag shell: python run: |- -- 2.34.1