Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/preview_release_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
git config user.email [email protected]
- uses: knope-dev/[email protected]
with:
version: 0.13.1
version: 0.13.2
- run: knope prepare-release --verbose
env:
GITHUB_TOKEN: ${{ secrets.PAT }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-dry-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ jobs:
- name: Install Knope
uses: knope-dev/[email protected]
with:
version: 0.13.1
version: 0.13.2
- run: knope prepare-release --dry-run
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Knope
uses: knope-dev/[email protected]
with:
version: 0.13.1
version: 0.13.2
- name: Install Poetry
run: pip install --upgrade poetry
- name: Push to PyPI
Expand Down