Skip to content

Commit

Permalink
Fix release (#6)
Browse files Browse the repository at this point in the history
* fix python version in release workflow

* fix render.yaml config

---------

Co-authored-by: phernandez <[email protected]>
  • Loading branch information
phernandez and phernandez authored Sep 27, 2024
1 parent 9a29fcb commit 07c81ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: "3.12.1"

# Step 3: Install dependencies (including bump2version)
- name: Install Dependencies
Expand Down
2 changes: 1 addition & 1 deletion render.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
previews:
generation:
expireAfterDays: 1
expireAfterDays: 1
services:
- type: web
name: basic-foundation
Expand Down

0 comments on commit 07c81ed

Please sign in to comment.