Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tonquer committed Nov 17, 2024
1 parent 17a4458 commit 571e4c5
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ jobs:
PACKAGENAME: ${{ needs.setup.outputs.PACKAGE_PREFIX }}_macos_universal2
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.7
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: 3.7
python-version: '3.10'

- name: Install dependencies
run: |
Expand All @@ -67,6 +67,7 @@ jobs:
pip install *.whl
cd ..
pip install -r src/requirements_macos.txt
brew install create-dmg
- name: Build
run: |
cd src
Expand Down Expand Up @@ -135,6 +136,7 @@ jobs:
pip install *.whl
cd ..
pip install -r src/requirements_macos.txt
brew install create-dmg
- name: Build
run: |
cd src
Expand Down Expand Up @@ -184,10 +186,10 @@ jobs:
PACKAGENAME: ${{ needs.setup.outputs.PACKAGE_PREFIX }}_windows_x64
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.10
- name: Set up Python 3.7
uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: 3.7

- name: Install dependencies
run: |
Expand Down

0 comments on commit 571e4c5

Please sign in to comment.