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 3be9ce1 commit 8830bf8Copy full SHA for 8830bf8
.github/workflows/pythonpackage.yml
@@ -88,7 +88,7 @@ jobs:
88
path: dist/
89
if: matrix.install == 'sdist' || matrix.install == 'wheel'
90
- name: Set up Python ${{ matrix.python-version }}
91
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
92
with:
93
python-version: ${{ matrix.python-version }}
94
- name: Select archive
0 commit comments