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.
2 parents 9a41d43 + 2543218 commit 56ca6b2Copy full SHA for 56ca6b2
.github/workflows/publish.yml
@@ -13,7 +13,7 @@ jobs:
13
python-version: ["3.11"]
14
15
steps:
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
17
18
- name: Set up Python ${{ matrix.python-version }}
19
uses: actions/setup-python@v5
@@ -42,7 +42,7 @@ jobs:
42
id-token: write
43
44
45
46
47
- name: Update version from tag
48
run: |
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
20
0 commit comments