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 63baf30 commit 76c224bCopy full SHA for 76c224b
.github/workflows/check.yml
@@ -33,7 +33,7 @@ jobs:
33
python-version: "3.11"
34
- name: Install tox
35
run: python -m pip install tox
36
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
37
with:
38
fetch-depth: 0
39
- name: Setup python for test ${{ matrix.py }}
@@ -68,7 +68,7 @@ jobs:
68
- type
69
- readme
70
steps:
71
72
73
74
- name: Setup Python "3.11"
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
19
- name: Install build
20
run: python -m pip install build
21
22
23
24
- name: Build package
0 commit comments