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 277632c commit 9d07c06Copy full SHA for 9d07c06
.github/workflows/check.yml
@@ -32,7 +32,7 @@ jobs:
32
uses: actions/setup-python@v4
33
with:
34
python-version: "3.11"
35
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
36
37
fetch-depth: 0
38
- name: Install self-tox
@@ -67,7 +67,7 @@ jobs:
67
exclude:
68
- { os: windows-latest, tox_env: pkg_meta }
69
steps:
70
71
72
73
- 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