We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82699dc commit 0fa2a21Copy full SHA for 0fa2a21
.github/workflows/release.yml
@@ -26,5 +26,8 @@ jobs:
26
- name: Install PDM
27
uses: pdm-project/setup-pdm@v4
28
29
+ - name: Install the project dependencies
30
+ run: pdm install -d
31
+
32
- name: Build & Publish package to PyPI
33
run: pdm publish
0 commit comments