Skip to content

Commit

Permalink
Use Python 3.11 for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
nukeop committed Jul 14, 2024
1 parent 8e52941 commit 022ba2b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Release job

on: workflow_dispatch

env:
PYTHON_VERSION: "3.11"

jobs:
linux_release:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -97,6 +100,10 @@ jobs:

steps:
- uses: actions/checkout@master
- name: Set up Python ${{ env.PYTHON_VERSION }}
uses: actions/setup-python@v4
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: get-npm-version
id: package-version
uses: pchynoweth/[email protected]
Expand Down

0 comments on commit 022ba2b

Please sign in to comment.