From 682f840e63da6490a34115fe16e5b508d8477989 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Kucmus?= Date: Tue, 21 Nov 2023 18:00:10 +0100 Subject: [PATCH] fix publish pipeline --- .github/workflows/publish.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index cd6988a..4e9b883 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,6 +19,11 @@ jobs: # IMPORTANT: this permission is mandatory for trusted publishing id-token: write steps: + - uses: actions/checkout@v4 + - name: Set up Python ${{ env.STABLE_PYTHON_VERSION }} + uses: actions/setup-python@v4 + with: + python-version: ${{ env.STABLE_PYTHON_VERSION }} - name: Ensure latest pip and hatch run: | python -m pip install --upgrade pip