From 36fa862965c5bbcf81b2442c1ea5da6b89c81ede Mon Sep 17 00:00:00 2001 From: Jakob Schlyter Date: Tue, 18 Jun 2024 09:12:28 +0200 Subject: [PATCH] fix typo --- .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 5f1d1d2..654fab7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 + - uses: actions/setup-python@v5 - name: Install and configure Poetry run: | pip install poetry