We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08f1b4e commit ff92bb1Copy full SHA for ff92bb1
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
python-version: "3.10"
16
- uses: pdm-project/setup-pdm@v3
17
- name: Install Dependencies
18
- run: pdm sync
+ run: pdm install
19
- name: Build
20
run: pdm build -d dist
21
- name: Publish release distributions to PyPI
0 commit comments