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 78020ef commit 912af22Copy full SHA for 912af22
.github/workflows/release.yaml
@@ -14,7 +14,7 @@ jobs:
14
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
15
steps:
16
- uses: actions/checkout@v4
17
- - uses: actions/setup-python@v4
+ - uses: actions/setup-python@v5
18
- name: Install dependencies
19
run: |
20
python -m pip install -U pip wheel setuptools setuptools-scm twine
0 commit comments