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 64d8fa2 commit 48cd272Copy full SHA for 48cd272
.github/workflows/preview_release_pr.yml
@@ -17,7 +17,7 @@ jobs:
17
git config user.email github-actions@github.com
18
- uses: knope-dev/action@v2.0.0
19
with:
20
- version: 0.13.2
+ version: 0.13.3
21
- run: knope prepare-release --verbose
22
env:
23
GITHUB_TOKEN: ${{ secrets.PAT }}
.github/workflows/release-dry-run.yml
@@ -13,5 +13,5 @@ jobs:
13
- name: Install Knope
14
uses: knope-dev/action@v2.0.0
15
16
- run: knope prepare-release --dry-run
.github/workflows/release.yml
- name: Install Poetry
run: pip install --upgrade poetry
- name: Push to PyPI
0 commit comments