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 95b82a0 commit c65543eCopy full SHA for c65543e
.github/workflows/check.yml
@@ -30,7 +30,7 @@ jobs:
30
python-version: "3.11"
31
- name: install tox
32
run: python -m pip install tox
33
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
34
- name: setup python for test ${{ matrix.py }}
35
uses: actions/setup-python@v4
36
with:
@@ -63,7 +63,7 @@ jobs:
63
- dev
64
- pkg_check
65
steps:
66
67
- name: setup Python 3.11
68
69
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
19
- name: Install build
20
run: python -m pip install build
21
22
23
fetch-depth: 0
24
- name: Build package
0 commit comments