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 4284b00 commit c89288fCopy full SHA for c89288f
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
ref: ${{ github.event.pull_request.head.sha }}
31
32
- name: Set up Python ${{ matrix.python-version }}
33
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
34
with:
35
python-version: ${{ matrix.python-version }}
36
cache: "pip"
.github/workflows/pypi.yml
@@ -19,7 +19,7 @@ jobs:
19
steps:
20
- uses: actions/checkout@v5
21
- name: Set up Python
22
23
24
python-version: "3.12"
25
- name: Install dependencies
0 commit comments