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 1bc3fe8 commit 3728446Copy full SHA for 3728446
.github/workflows/publish.yml
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
- uses: actions/checkout@v4
19
- name: Set up Python
20
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
21
with:
22
python-version: "3.11"
23
- name: Install build dependencies
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Set up Python ${{ matrix.python-version }}
python-version: ${{ matrix.python-version }}
- name: Install dependencies
0 commit comments