Skip to content

Commit 07c81ed

Browse files
phernandezphernandez
andauthored
Fix release (#6)
* fix python version in release workflow * fix render.yaml config --------- Co-authored-by: phernandez <phernandez@basicmachines.co>
1 parent 9a29fcb commit 07c81ed

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Python
1818
uses: actions/setup-python@v5
1919
with:
20-
python-version: '3.11'
20+
python-version: "3.12.1"
2121

2222
# Step 3: Install dependencies (including bump2version)
2323
- name: Install Dependencies

render.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
previews:
22
generation:
3-
expireAfterDays: 1
3+
expireAfterDays: 1
44
services:
55
- type: web
66
name: basic-foundation

0 commit comments

Comments
 (0)