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