We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd1cfb9 commit 79435a8Copy full SHA for 79435a8
.github/workflows/python-publish.yml
@@ -14,6 +14,8 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@v4
17
+ with:
18
+ fetch-depth: 0
19
- name: Set up Python
20
uses: actions/setup-python@v5
21
with:
0 commit comments