diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 35821a1..363fe65 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -8,8 +8,6 @@ jobs: publish: runs-on: ubuntu-latest name: "Publish library" - env: - PYTHON_VERSION: 3.12 steps: - name: Check out @@ -21,12 +19,6 @@ jobs: - name: Set up uv run: curl -LsSf https://astral.sh/uv/install.sh | sh - - name: Set up Python - id: setup-python - run: | - uv python install ${{ env.PYTHON_VERSION }} - uv python pin ${{ env.PYTHON_VERSION }} - - name: Build package run: | VERSION=$(uvx dunamai from any --no-metadata --style pep440)