We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7495b17 commit 362258aCopy full SHA for 362258a
.github/workflows/publish.yml
@@ -4,16 +4,17 @@ on:
4
workflow_dispatch:
5
6
jobs:
7
- test:
+ publish:
8
runs-on: ubuntu-latest
9
steps:
10
- uses: actions/checkout@v4
11
- name: Install uv
12
uses: astral-sh/setup-uv@v5
13
- - name: "Set up Python"
+ - name: Set up Python
14
uses: actions/setup-python@v5
15
with:
16
- python-version-file: ".python-version"
+ cache: pip
17
+ cache-dependency-path: pyproject.toml
18
- name: Install the project
19
run: uv sync --all-extras --dev
20
- name: Build the package
0 commit comments