Skip to content

Commit

Permalink
fix pdm install command in release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
m.kindritskiy committed Feb 14, 2025
1 parent 1815cc8 commit 4e47c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:
draft: false
prerelease: ${{ steps.check_version.outputs.PRERELEASE }}
- name: Set up PDM
run: pip install pdm== ${{ env.PDM_VERSION }}
run: pip install pdm==${{ env.PDM_VERSION }}
- name: Publish package distributions to PyPI
run: pdm publish -u "__token__" -P ${{ secrets.TWINE_PASSWORD }}

0 comments on commit 4e47c2c

Please sign in to comment.