Try to fix tests on Windows

This commit is contained in:
JRoot Junior 2024-08-03 17:31:39 +03:00
parent a365858d63
commit 812a79481c
No known key found for this signature in database
GPG key ID: 738964250D5FF6E2
2 changed files with 11 additions and 2 deletions

View file

@ -111,12 +111,12 @@ towncrier-build:
.PHONY: towncrier-draft
towncrier-draft:
towncrier build --draft
hatch run docs:towncrier build --draft
.PHONY: towncrier-draft-github
towncrier-draft-github:
mkdir -p dist
towncrier build --draft | pandoc - -o dist/release.md
hatch run docs:towncrier build --draft | pandoc - -o dist/release.md
.PHONY: prepare-release
prepare-release: bump towncrier-build