Skip to content

Commit

Permalink
install pdm in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
apastel committed May 11, 2024
1 parent 143d43f commit 8da9111
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ jobs:
# added or changed files to the repository.
contents: write
steps:
- uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: 3.x
- name: Setup PDM
uses: pdm-project/setup-pdm@v4
- name: Update versions in files
run: |
pdm version ${{ inputs.revision }}
Expand Down

0 comments on commit 8da9111

Please sign in to comment.