From 1384dd212de9f0c0c0a34111bb640528a2bfa0b4 Mon Sep 17 00:00:00 2001 From: Daniel Gafni Date: Mon, 7 Oct 2024 19:41:30 +0300 Subject: [PATCH] :robot: fix bug in CI (#17) --- .github/workflows/CI.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 661d4e5..2f5a1e7 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -98,17 +98,14 @@ jobs: environment: name: release steps: - - name: Setup Python - uses: actions/setup-python@v2 - with: - python-version: 3.9 + - uses: actions/checkout@v2 - name: Install uv uses: astral-sh/setup-uv@v3 with: version: 0.3.4 enable-cache: true - - name: Set up Python ${{ matrix.py }} - run: uv python install + - name: Set up Python + run: uv python install 3.11.9 - name: Generate Version run: uv run hatch version $(dunamai from any --style pep440) - name: Publish to PyPI