Skip to content

Commit

Permalink
release fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shyam-cb committed Nov 6, 2024
1 parent 74a9771 commit 7c17f3c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
include:
- os: windows-latest
os_name: windows
arch: x86_64
arch: x64
arch_name: amd64
extension: zip
- os: macos-latest
os_name: darwin
arch: x86_64
arch: x64
arch_name: amd64
extension: tar.gz
- os: macos-12-arm64
Expand All @@ -28,7 +28,7 @@ jobs:
extension: tar.gz
- os: ubuntu-latest
os_name: linux
arch: x86_64
arch: x64
arch_name: amd64
extension: tar.gz
- os: ubuntu-latest
Expand All @@ -52,9 +52,9 @@ jobs:
echo "VERSION=$VERSION" >> $GITHUB_OUTPUT
- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@v4
with:
python-version: '3.11.10'
python-version: '3.9'
architecture: ${{ matrix.arch }}

- name: Install dependencies
Expand Down

0 comments on commit 7c17f3c

Please sign in to comment.