Skip to content

Commit

Permalink
Revert "chore: lock pdm version to 2.16.1"
Browse files Browse the repository at this point in the history
This reverts commit 4c0e0aa.
  • Loading branch information
SoulMelody committed Jul 18, 2024
1 parent e150e8c commit d4ea646
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
- uses: pdm-project/setup-pdm@v4
with:
python-version: 3.12
version: 2.16.1
- name: Build with pyinstaller
shell: bash -el {0}
run: |
Expand Down Expand Up @@ -67,7 +66,6 @@ jobs:
- uses: pdm-project/setup-pdm@v4
with:
python-version: 3.11
version: 2.16.1
- name: Export requirements
shell: bash -el {0}
run: |
Expand Down Expand Up @@ -116,7 +114,6 @@ jobs:
- uses: pdm-project/setup-pdm@v4
with:
python-version: 3.12
version: 2.16.1
- name: Build with pyinstaller
shell: bash -el {0}
run: |
Expand Down Expand Up @@ -153,7 +150,6 @@ jobs:
- uses: pdm-project/setup-pdm@v4
with:
python-version: 3.11
version: 2.16.1
- name: Build with pyinstaller
run: |
pdm export -G desktop -G ujson -G ruamel_yaml -G lxml -G packaging -o packaging/requirements.txt --without-hashes
Expand Down Expand Up @@ -197,7 +193,6 @@ jobs:
- uses: pdm-project/setup-pdm@v4
with:
python-version: 3.11
version: 2.16.1
- name: Install OS dependencies
run: |
sudo apt-get update
Expand Down Expand Up @@ -284,7 +279,6 @@ jobs:
- uses: pdm-project/setup-pdm@v4
with:
python-version: 3.12
version: 2.16.1
- name: Build with pyinstaller
run: |
pdm export -G desktop -G ujson -G ruamel_yaml -G lxml -G packaging -o packaging/requirements.txt --without-hashes
Expand Down Expand Up @@ -326,7 +320,6 @@ jobs:
- uses: pdm-project/setup-pdm@v4
with:
python-version: 3.12
version: 2.16.1
- name: Build with pyinstaller
run: |
pdm export -G desktop -G ujson -G ruamel_yaml -G lxml -G packaging -o packaging/requirements.txt --without-hashes
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
uses: pdm-project/setup-pdm@v4
with:
python-version: "3.12"
version: 2.16.1

- name: Publish to PyPI
run: pdm publish
Expand Down
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,9 @@ repos:
- libresvip
pass_filenames: false
additional_dependencies: [proto-plus-stubs, types-parsimonious, types-pyyaml, types-ujson]

- repo: https://github.com/pdm-project/pdm
rev: 2.17.0
hooks:
- id: pdm-lock-check
args: ["-G", ":all"]

0 comments on commit d4ea646

Please sign in to comment.