We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff82b14 commit 43b9623Copy full SHA for 43b9623
.github/workflows/main.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- uses: actions/checkout@v4
15
- name: Use Python ${{ matrix.python-version }}
16
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
17
with:
18
python-version: ${{ matrix.python-version }}
19
- name: Cache pip
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
- name: Set up Python
20
21
22
python-version: '3.x'
23
- name: Install pypa/build
0 commit comments