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 99bdc6e commit 24235a0Copy full SHA for 24235a0
1 file changed
.github/workflows/main.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
14
steps:
15
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
16
with:
17
fetch-depth: 0 # we need history to diff properly
18
@@ -52,7 +52,7 @@ jobs:
52
python-version: [3.11, 3.12, 3.13, 3.14]
53
54
55
56
57
- name: Set up Python ${{ matrix.python-version }}
58
uses: actions/setup-python@v5
@@ -84,7 +84,7 @@ jobs:
84
environment:
85
name: pypi-deployment
86
87
88
89
- name: Set up Python
90
0 commit comments