Skip to content

Commit

Permalink
update Python version to 3.8 used during release process
Browse files Browse the repository at this point in the history
  • Loading branch information
gruebel committed Apr 1, 2024
1 parent 8ed4857 commit a4cc3fb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
with:
python-version: '3.7'
python-version: '3.8'

- name: Install dependencies
run: |
Expand All @@ -38,10 +38,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- name: Set up Python 3.7
- name: Setup Python
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
with:
python-version: '3.7'
python-version: '3.8'

- name: Install dependencies
run: |
Expand All @@ -65,10 +65,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- name: Set up Python 3.7
- name: Setup Python
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
with:
python-version: '3.7'
python-version: '3.8'
- name: publish brew
run: |
sleep 5m
Expand Down

0 comments on commit a4cc3fb

Please sign in to comment.