We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 974ece8 + d1ab45d commit f33ff25Copy full SHA for f33ff25
3 files changed
.github/workflows/publish_pypi.yml
@@ -11,7 +11,7 @@ jobs:
11
steps:
12
- uses: actions/checkout@v4
13
- name: Set up Python
14
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
15
with:
16
python-version: "3.7"
17
- name: Build packages
.github/workflows/test-build-docs.yml
@@ -13,7 +13,7 @@ jobs:
18
python-version: "3.10"
19
- name: Install dependencies
.github/workflows/test-build-package.yml
@@ -9,7 +9,7 @@ jobs:
9
10
0 commit comments