Skip to content

Commit 362258a

Browse files
committed
it turnsout we have python-version but pyproject.toml
1 parent 7495b17 commit 362258a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,17 @@ on:
44
workflow_dispatch:
55

66
jobs:
7-
test:
7+
publish:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v4
1111
- name: Install uv
1212
uses: astral-sh/setup-uv@v5
13-
- name: "Set up Python"
13+
- name: Set up Python
1414
uses: actions/setup-python@v5
1515
with:
16-
python-version-file: ".python-version"
16+
cache: pip
17+
cache-dependency-path: pyproject.toml
1718
- name: Install the project
1819
run: uv sync --all-extras --dev
1920
- name: Build the package

0 commit comments

Comments
 (0)