Skip to content

Commit

Permalink
Merge pull request #26 from philvarner/pv/fix-release-ci
Browse files Browse the repository at this point in the history
run release workflow with python 3.11
  • Loading branch information
philvarner committed Mar 7, 2024
2 parents 61b058d + 882f0f3 commit e728265
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 @@ -15,7 +15,7 @@ jobs:
- name: Set up Python 3.x
uses: actions/setup-python@v4
with:
python-version: "3.x"
python-version: "3.11"

- name: Install release dependencies
run: |
Expand Down

0 comments on commit e728265

Please sign in to comment.