Skip to content

Commit

Permalink
version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shyam-cb committed Nov 6, 2024
1 parent 7c17f3c commit cc555dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

# Step to extract the version number
- name: Set Version
Expand All @@ -52,9 +52,9 @@ jobs:
echo "VERSION=$VERSION" >> $GITHUB_OUTPUT
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.9'
python-version: '3.11'
architecture: ${{ matrix.arch }}

- name: Install dependencies
Expand Down

0 comments on commit cc555dd

Please sign in to comment.