Skip to content

Commit

Permalink
chore: lock pdm version to 2.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SoulMelody committed Jul 18, 2024
1 parent 939e769 commit 4c0e0aa
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@ updates:
directory: "/"
schedule:
interval: weekly

- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'weekly'
9 changes: 1 addition & 8 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"python": "==3.12"
},
"rangeStrategy": "bump",
"enabledManagers": ["pep621", "github-actions"],
"enabledManagers": ["pep621"],
"labels": ["dependencies"],
"packageRules": [
{
Expand All @@ -24,13 +24,6 @@
"automerge": true,
"groupName": "Project dependencies",
"groupSlug": "proj"
},
{
"matchManagers": ["github-actions"],
"groupName": "GitHub Actions",
"groupSlug": "github-actions",
"separateMultipleMajor": false,
"ignoreDeps": ["macos"]
}
]
}
7 changes: 7 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ 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 @@ -66,6 +67,7 @@ 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 @@ -114,6 +116,7 @@ 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 @@ -150,6 +153,7 @@ 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 @@ -193,6 +197,7 @@ 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 @@ -279,6 +284,7 @@ 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 @@ -320,6 +326,7 @@ 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: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ 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: 0 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,3 @@ 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.16.1
hooks:
- id: pdm-lock-check
args: ["-G", ":all"]

0 comments on commit 4c0e0aa

Please sign in to comment.