From 2befb965536d960d6e522340b0257424a701c203 Mon Sep 17 00:00:00 2001 From: Murilo Cunha Date: Wed, 20 Mar 2024 15:57:01 +0100 Subject: [PATCH] feature: publish with `cache_info` --- .github/workflows/publish.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f3e02e3..b9e7642 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -28,8 +28,7 @@ jobs: POETRY_VERSION: 1.8.2 steps: - uses: actions/checkout@v2 - - name: Set up Python 3.10 - uses: actions/setup-python@v2 + - uses: actions/setup-python@v2 with: python-version: "3.10" - name: Install dependencies