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 5dcfc9f commit 5ac033fCopy full SHA for 5ac033f
.github/workflows/publish-python-package.yml
@@ -19,7 +19,7 @@ jobs:
19
steps:
20
- uses: actions/checkout@v4
21
- name: Set up Python
22
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v6
23
with:
24
python-version: '3.x'
25
- name: Install dependencies
.github/workflows/python-package.yml
@@ -15,7 +15,7 @@ jobs:
15
16
17
- name: Set up Python ${{ matrix.python-version }}
18
- uses: actions/setup-python@v5
python-version: ${{ matrix.python-version }}
# You can test your matrix by printing the current Python version
0 commit comments