Skip to content

Commit

Permalink
[dependabot] Chore: Bump pdm-project/setup-pdm from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [pdm-project/setup-pdm](https://github.com/pdm-project/setup-pdm) from 3 to 4.
- [Release notes](https://github.com/pdm-project/setup-pdm/releases)
- [Commits](pdm-project/setup-pdm@v3...v4)

---
updated-dependencies:
- dependency-name: pdm-project/setup-pdm
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 12, 2024
1 parent 22bbcdc commit 59713cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v4

- name: 'Setup PDM for build commands'
uses: pdm-project/setup-pdm@v4.1
uses: pdm-project/setup-pdm@v4

- name: 'Setup Python 3.10'
uses: actions/[email protected]
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
rm dist/*.sig*
- name: 'Setup PDM for build commands'
uses: pdm-project/setup-pdm@v3
uses: pdm-project/setup-pdm@v4

- name: 'Publish release to PyPI'
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit 59713cd

Please sign in to comment.