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 aa0cd46 commit 93f065fCopy full SHA for 93f065f
.github/workflows/publish.yml
@@ -5,7 +5,7 @@ jobs:
5
name: Build distribution
6
runs-on: ubuntu-latest
7
steps:
8
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
9
- name: Set up Python
10
uses: actions/setup-python@v5
11
with:
.github/workflows/test.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Double-check Python version
49
run: |
50
python --version
51
52
- name: Install Python package
53
54
python -m pip install .
@@ -69,7 +69,7 @@ jobs:
69
70
71
72
73
74
fetch-depth: 0
75
- name: Install doc dependencies
0 commit comments