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 95ad570 commit adc4187Copy full SHA for adc4187
.github/workflows/deploy.yml
@@ -58,7 +58,7 @@ jobs:
58
git push origin v${{ github.event.inputs.version }}
59
60
- name: Set up Python
61
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
62
with:
63
python-version: "3.10"
64
.github/workflows/test.yml
@@ -61,7 +61,7 @@ jobs:
path: dist
65
66
python-version: ${{ matrix.python }}
67
allow-prereleases: true
0 commit comments