Skip to content

Commit 4773063

Browse files
authored
Feature add publish in GitHub action #2 (#22)
* it turnsout we have python-version but pyproject.toml * let's remove the cache keyword
1 parent 10b9afd commit 4773063

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ 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-dependency-path: pyproject.toml
1717
- name: Install the project
1818
run: uv sync --all-extras --dev
1919
- name: Build the package

0 commit comments

Comments
 (0)