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 47f5bca commit 66b7ebdCopy full SHA for 66b7ebd
2 files changed
.github/workflows/build-and-test.yml
@@ -20,7 +20,7 @@ jobs:
20
steps:
21
- uses: actions/checkout@v6
22
- name: Set up Python ${{ matrix.python-version }}
23
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v6
24
with:
25
python-version: ${{ matrix.python-version }}
26
- name: Install poetry
.github/workflows/deploy-pypi.yml
@@ -10,7 +10,7 @@ jobs:
10
11
12
- name: Set up Python
13
14
15
python-version: '3.10'
16
0 commit comments