Merge pull request #5 from pawamoy/patch-1

Fix version in README
This commit is contained in:
Frost Ming 2021-05-24 09:09:27 +08:00 committed by GitHub
commit bb0e61e622
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ Include the action in your workflow yaml file with the following arguments:
```yaml
steps:
...
- uses: pdm-project/setup-pdm@v2.0
- uses: pdm-project/setup-pdm@v2
name: Setup PDM
with:
python-version: 3.8 # Version range or exact version of a Python version to use, the same as actions/setup-python