Skip to content

Commit

Permalink
Update pypi-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew000 committed Dec 26, 2024
1 parent 3b6036b commit a57b85c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: 📦 Build and publish
runs-on: ubuntu-latest
env:
UV_PYTHON: "3.12.7"
UV_PYTHON: "3.12.8"
environment:
name: pypi
url: https://pypi.org/p/ftl-extract
Expand All @@ -21,21 +21,17 @@ jobs:
uses: actions/checkout@v4

- name: Install uv
uses: astral-sh/setup-uv@v3
uses: astral-sh/setup-uv@v5
with:
version: "latest"
enable-cache: true
cache-dependency-glob: "uv.lock"

- name: Set up Python ${{ env.UV_PYTHON }}
run: uv python install ${{ env.UV_PYTHON }}

- name: Install the project
run: uv sync --extra dev --extra tests

- name: Minimize uv cache
run: uv cache prune --ci

- name: Build dist
run: uv build

Expand Down

0 comments on commit a57b85c

Please sign in to comment.