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 ce1fb3f commit 542e4d3Copy full SHA for 542e4d3
1 file changed
.github/workflows/ci.yml
@@ -2,6 +2,8 @@ name: CI
2
3
on:
4
push:
5
+ tags:
6
+ - "v*"
7
pull_request:
8
release:
9
types: [published]
@@ -61,6 +63,7 @@ jobs:
61
63
3.12
62
64
pypy3.10
65
allow-prereleases: true
66
+ cache: pip
67
- name: Set up nox
68
uses: wntrblm/nox@2024.03.02
69
- name: Run nox
@@ -83,6 +86,7 @@ jobs:
83
86
- name: Set up Python
84
87
uses: actions/setup-python@v5
85
88
with:
89
90
python-version: "3.x"
91
- name: Install dependencies
92
run: python -m pip install build
0 commit comments