We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d558f53 + 013de97 commit 031f4c4Copy full SHA for 031f4c4
.github/workflows/prerelease.yml
@@ -10,7 +10,8 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v3
13
- fetch-depth: 0
+ with:
14
+ fetch-depth: 0
15
- name: Install poetry
16
run: pip install poetry poetry-dynamic-versioning
17
- name: Set up Python 3.10
.github/workflows/release.yml
0 commit comments