Skip to content

Commit

Permalink
tweak - tweaked cd.yaml workflow --> use latest version of python
Browse files Browse the repository at this point in the history
  • Loading branch information
OcelotWalrus committed Jan 6, 2024
1 parent 41ef832 commit db5c4f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install Python & Pip
uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.12.1'
cache: 'pip'
- name: Create Executable
run: |
Expand Down

0 comments on commit db5c4f7

Please sign in to comment.