We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28cf0fb commit d6334d2Copy full SHA for d6334d2
1 file changed
.github/workflows/publish.yaml
@@ -6,6 +6,7 @@ on:
6
7
jobs:
8
deploy:
9
+ name: Upload release
10
runs-on: ubuntu-latest
11
permissions:
12
# IMPORTANT: this permission is mandatory for trusted publishing
@@ -17,8 +18,5 @@ jobs:
17
18
uses: pdm-project/setup-pdm@v3
19
with:
20
python-version: "3.10"
-
21
- - name: Install dependencies
22
- run: pdm install --no-lock
23
- name: Publish
24
run: pdm publish
0 commit comments