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 40a0125 commit 860b630Copy full SHA for 860b630
.github/workflows/deploy.yml
@@ -16,6 +16,8 @@ jobs:
16
operating-system: [windows-latest]
17
steps:
18
- uses: actions/checkout@v3
19
+ with:
20
+ fetch-depth: 0
21
- name: Create .pypirc file
22
shell: pwsh
23
run: |
0 commit comments