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 6b2f17f commit da987f7Copy full SHA for da987f7
.github/workflows/publish.yaml
@@ -15,6 +15,8 @@ jobs:
15
id-token: write
16
steps:
17
- uses: actions/checkout@v4
18
+ with:
19
+ fetch-depth: 0 # We need all history to determine the version
20
- uses: pdm-project/setup-pdm@v4
21
- name: Publish package distributions to PyPI
22
run: pdm publish
0 commit comments