Skip to content

Commit

Permalink
Merge pull request #16 from TheCleric/update/python_versions_mac
Browse files Browse the repository at this point in the history
Be more specific about release python version
  • Loading branch information
TheCleric authored Jun 21, 2024
2 parents 296523b + e262a32 commit 27bb937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Python 3.6
uses: actions/setup-python@v5
with:
python-version: "3.6"
python-version: "3.6.15"

- name: Setup poetry
uses: abatilo/actions-poetry@v2
Expand Down

0 comments on commit 27bb937

Please sign in to comment.