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 75cf450 commit 3b4f8c3Copy full SHA for 3b4f8c3
.github/workflows/python.yml
@@ -8,7 +8,7 @@ jobs:
8
steps:
9
- uses: actions/checkout@v4
10
- name: Set up Python
11
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
12
with:
13
python-version: "3.x"
14
- name: Install dependencies
@@ -35,7 +35,7 @@ jobs:
35
name: artifact
36
path: dist
37
- name: Set up Python ${{ matrix.python-version }}
38
39
40
python-version: ${{ matrix.python-version }}
41
0 commit comments