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 c13b0cc commit 26f62c9Copy full SHA for 26f62c9
.github/workflows/build.yml
@@ -36,7 +36,7 @@ jobs:
36
python-version: "3.11"
37
- name: install tox
38
run: python -m pip install tox
39
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
40
- name: setup python for test ${{ matrix.py }}
41
uses: actions/setup-python@v5
42
with:
@@ -56,7 +56,7 @@ jobs:
56
- lint
57
- docs
58
steps:
59
60
- name: setup Python 3.11
61
62
.github/workflows/build_dist.yml
@@ -19,7 +19,7 @@ jobs:
19
name: Source and wheel distributions
20
runs-on: ubuntu-latest
21
22
23
24
- name: Build distributions
25
run: pipx run build[virtualenv] --sdist --wheel
0 commit comments