提交 a99a7b22 authored 作者: Ben Mares's avatar Ben Mares 提交者: Ricardo Vieira

Fetch all commits and tags when building sdist

Otherwise the version comes up as "untagged" and the sdist can't be uploaded to PyPI.
上级 9ae07ab0
...@@ -24,6 +24,7 @@ jobs: ...@@ -24,6 +24,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:
fetch-depth: 0
submodules: true submodules: true
- name: Build SDist - name: Build SDist
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论