We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d558f53 commit 013de97Copy full SHA for 013de97
.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