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 9e1e67e commit ee0c926Copy full SHA for ee0c926
.github/workflows/pypi.yml
@@ -9,7 +9,7 @@ jobs:
9
name: Build package 📦
10
runs-on: ubuntu-22.04
11
steps:
12
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
13
- uses: actions/setup-python@v5
14
name: Set up Python 🐍
15
with:
.github/workflows/tests.yml
@@ -23,7 +23,7 @@ jobs:
23
- {name: '3.8', python: '3.8', tox: py38}
24
25
26
27
28
29
0 commit comments