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 c5eb016 commit 06a6f4aCopy full SHA for 06a6f4a
.github/workflows/package.yml
@@ -28,7 +28,7 @@ jobs:
28
steps:
29
- uses: actions/checkout@v5
30
- name: Set up Python ${{ matrix.python-version }}
31
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
32
with:
33
python-version: ${{ matrix.python-version }}
34
allow-prereleases: true
0 commit comments