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.
2 parents a93a38b + 21d0f55 commit 19197a6Copy full SHA for 19197a6
.github/workflows/build.yml
@@ -43,7 +43,7 @@ jobs:
43
override: true
44
45
- name: Set up Python ${{ matrix.python-version }}
46
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
47
with:
48
python-version: ${{ matrix.python-version }}
49
cache: "pip"
.github/workflows/publish.yml
@@ -39,7 +39,7 @@ jobs:
39
- uses: actions/checkout@v4
40
41
- name: Setup python
42
python-version: '3.9'
cache: 'pip'
0 commit comments