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 de62077 commit 7debbb3Copy full SHA for 7debbb3
.github/workflows/build.yml
@@ -34,7 +34,7 @@ jobs:
34
python-version: "3.11"
35
- name: install tox
36
run: python -m pip install tox
37
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
38
- name: setup python for test ${{ matrix.py }}
39
uses: actions/setup-python@v5
40
with:
@@ -54,7 +54,7 @@ jobs:
54
- lint
55
- docs
56
steps:
57
58
- name: setup Python 3.11
59
60
.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