We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b344bf6 commit 2e77815Copy full SHA for 2e77815
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v4
15
- uses: actions/setup-python@v5
16
with:
17
- python-version: "3.13"
+ python-version: "3.14"
18
- run: python3 -m pip install --upgrade pip
19
- id: pip-cache
20
run: echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
.github/workflows/deploy.yml
@@ -19,7 +19,7 @@ jobs:
- name: Setup Python environment
uses: actions/setup-python@v5
21
22
23
24
- name: Upgrade pip
25
run: python3 -m pip install --upgrade pip
0 commit comments