We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9aa7b86 + 493d1f8 commit bc78516Copy full SHA for bc78516
.github/workflows/publish_pypi.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- uses: actions/checkout@v5
17
- name: Set up Python
18
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
19
with:
20
python-version: '3.x'
21
- name: Install dependencies
.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v5
- name: Set up Python ${{ matrix.python-version }}
22
23
python-version: ${{ matrix.python-version }}
24
0 commit comments