Skip to content

Commit

Permalink
fix(ci): fix Python version in post-release jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Dec 21, 2022
1 parent d8fe34c commit 1bb5fb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
uses: orhun/git-cliff-action@v1
with:
config: cliff.toml
args: --verbose --unreleased --tag ${{ steps.version.outputs.version }}
args: --verbose --unreleased --date-order --tag ${{ steps.version.outputs.version }}
env:
OUTPUT: CHANGELOG.md

Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.7
python-version: 3.8

- name: Install Python dependencies
run: |
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.7
python-version: 3.8
cache: 'pip'
cache-dependency-path: setup.cfg

Expand Down

0 comments on commit 1bb5fb0

Please sign in to comment.