Skip to content

Commit

Permalink
ci: Remove unnecessary Python setup step (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
PGijsbers authored May 23, 2024
1 parent ccc4009 commit c3eb4ac
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,8 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-tags: 1 # Essential to later commitizen
fetch-depth: 0 # Reccommended by the action
fetch-depth: 0 # Recommended by the action
token: ${{ secrets.PUSH_ACCESS }}
- uses: actions/setup-python@v5
with:
python-version: "3.10"
cache: pip
- run: git tag # Debug statement
- name: Create bump and changelog
uses: commitizen-tools/commitizen-action@master
Expand Down

0 comments on commit c3eb4ac

Please sign in to comment.