Skip to content

Commit

Permalink
Fix pipeline
Browse files Browse the repository at this point in the history
anayden committed Dec 26, 2023
1 parent 8cafd17 commit 51504a5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -15,10 +15,15 @@ jobs:
with:
fetch-depth: 2

- name: Set up PDM
- name: Setup PDM
uses: pdm-project/setup-pdm@v3
with:
python-version: 3.9
cache: true

- name: Setup PDM bump plugin
run: |
pdm self add pdm-bump
- name: Check if there is a parent commit
id: check-parent-commit

0 comments on commit 51504a5

Please sign in to comment.