Skip to content

Commit

Permalink
Fix GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
ctapobep committed Dec 19, 2024
1 parent a279749 commit 0f53ad3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions:

jobs:
release-build:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
defaults:
run:
working-directory: ./python
Expand All @@ -18,13 +18,12 @@ jobs:
with:
version: "0.5.10"
enable-cache: true
cache-dependency-glob: "uv.lock"
cache-dependency-glob: "python/uv.lock"
- uses: actions/setup-python@v5
with:
python-version-file: ".python-version"
python-version-file: "python/pyproject.toml"
- run: |
uv sync --all-extras --dev
./test.sh
uv build
- name: Upload distributions
Expand Down

0 comments on commit 0f53ad3

Please sign in to comment.