Skip to content

Commit a76dad8

Browse files
authored
Merge pull request #5 from openscm/fix-deploy
Fix deploy CI
2 parents a94099c + ddb7378 commit a76dad8

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,10 @@ jobs:
2828
uses: actions/checkout@v4
2929
with:
3030
fetch-depth: 0
31-
- name: Setup uv
32-
id: setup-uv
33-
uses: astral-sh/setup-uv@v4
31+
- uses: ./.github/actions/setup
3432
with:
35-
version: "0.8.8"
3633
python-version: ${{ matrix.python-version }}
34+
uv-dependency-install-flags: "--all-extras --group dev"
3735
- name: Publish to PyPI
3836
run: |
3937
uv run --no-sync python scripts/add-locked-targets-to-pyproject-toml.py

changelog/5.trivial.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fixed deploy CI

0 commit comments

Comments
 (0)