We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dab5418 commit 29bd81eCopy full SHA for 29bd81e
.github/workflows/publish.yml
@@ -12,10 +12,10 @@ jobs:
12
with:
13
fetch-depth: 0 # This causes all history to be fetched, which is required for calculate-version to function
14
15
- - name: Install Python 3.8
+ - name: Install Python 3.13
16
uses: actions/setup-python@v5
17
18
- python-version: 3.8
+ python-version: 3.13
19
20
- name: Install poetry
21
run: pip install poetry
0 commit comments