Skip to content

Commit d6334d2

Browse files
committed
remove pdm install from publish script
1 parent 28cf0fb commit d6334d2

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66

77
jobs:
88
deploy:
9+
name: Upload release
910
runs-on: ubuntu-latest
1011
permissions:
1112
# IMPORTANT: this permission is mandatory for trusted publishing
@@ -17,8 +18,5 @@ jobs:
1718
uses: pdm-project/setup-pdm@v3
1819
with:
1920
python-version: "3.10"
20-
21-
- name: Install dependencies
22-
run: pdm install --no-lock
2321
- name: Publish
2422
run: pdm publish

0 commit comments

Comments
 (0)