We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 521a7a0 commit 6b00421Copy full SHA for 6b00421
1 file changed
.github/workflows/pythonpackage.yml
@@ -1,8 +1,11 @@
1
name: Python package
2
3
on:
4
- push:
5
workflow_dispatch:
+ push:
6
+ branches: [main]
7
+ pull_request:
8
9
10
jobs:
11
build:
@@ -17,6 +20,8 @@ jobs:
17
20
- uses: actions/checkout@v6
18
21
- name: Install uv
19
22
uses: "astral-sh/setup-uv@v8.0.0"
23
+ with:
24
+ cache-suffix: ${{ matrix.python-version }}
25
- name: Set up Python ${{ matrix.python-version }}
26
run: uv python install ${{ matrix.python-version }}
27
- name: Install dependencies
0 commit comments